#D24CCB

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

Shades of Fuchsia #D24CCB

Tints of Fuchsia #D24CCB

Color information

#D24CCB (or 0xD24CCB) is unknown color: approx Fuchsia. HEX triplet: D2, 4C and CB. RGB value is (210,76,203). Sum of RGB (Red+Green+Blue) = 210+76+203=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 76 (30.08% from 255 or 15.54% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 210 - color contains mainly: red. Hex color #D24CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24CCB is #2DB334. Grayscale: #828282. Windows color (decimal): -2994997 or 13323474. OLE color: 13323474.

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

Color convert

RGB21076203-
CMYK00.640.030.18
HSL303.13º59.82%56.08%-
HSV(B)303.13º63.81%82.35%-
XYZ39.9423.1858.87-
YUV130.54168.89184.67-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.94%
GREEN value IS 76 (30.08% from 255) = 15.54%
BLUE value IS 203 (79.69% from 255) = 41.51%
R=42.94%
G=15.54%
B=41.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2107620300.640.030.18303.1359.8256.08
HexD24CCB04031212f3c38
Octal32211431301003224577470
Binary11010010100110011001011010000001110010100101111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24CCB; }

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

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

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

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

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

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

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

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