#d04ccb

Color #D04CCB Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #D04CCB

Tints of Fuchsia #D04CCB

Color information

#D04CCB (or 0xD04CCB) is unknown color: approx Fuchsia. HEX triplet: D0, 4C and CB. RGB value is (208,76,203). Sum of RGB (Red+Green+Blue) = 208+76+203=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 76 (30.08% from 255 or 15.61% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 208 - color contains mainly: red. Hex color #D04CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04CCB is #2FB334. Grayscale: #818181. Windows color (decimal): -3126069 or 13323472. OLE color: 13323472.

HSL color Cylindrical-coordinate representation of color #D04CCB: hue angle of 302.27º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D04CCB is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB20876203-
CMYK00.630.020.18
HSL302.27º58.41%55.69%-
HSV(B)302.27º63.46%81.57%-
XYZ39.3822.8958.84-
YUV129.95169.23183.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 42.71%
GREEN value IS 76 (30.08% from 255) = 15.61%
BLUE value IS 203 (79.69% from 255) = 41.68%
R=42.71%
G=15.61%
B=41.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2087620300.630.020.18302.2758.4155.69
HexD04CCB03F21212e3a38
Octal3201143130772224567270
Binary1101000010011001100101101111111010010100101110111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d04ccb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d04ccb; }

 p { color: rgb(208,76,203); }

 H1.HeaderClassName
 {
   color: #d04ccb;
 }
 .AnyTagClassName
 {
   color: #d04ccb;
 }
</style>
background-color css

<style>
 a { background-color: #d04ccb; }

 a { background-color: rgb(208,76,203); }

 div.DivClassName
 {
   background-color: #d04ccb;
 }
 .BgClassName
 {
   background-color: #d04ccb;
 }
</style>
border-color css

<style>
 span { border-color: #d04ccb; }

 span { border-color: rgb(208,76,203); }

 td.TdClassName
 {
   border-color: #d04ccb;
 }
 .TagClassName
 {
   border-color: #d04ccb;
 }
</style>