Html Css Color HEX #D24CCC Fuchsia

📋 copy color: '#D24CCC'

red 210 ◦ green 76 ◦ blue 204

#D24CCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #D24CCC

Tints of Fuchsia #D24CCC

RGB

 RED value IS 210 (82.42% from 255) = 42.86%

 GREEN value IS 76 (30.08% from 255) = 15.51%

 BLUE value IS 204 (80.08% from 255) = 41.63%

R = 42.86%
G = 15.51%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D24CCC (or 0xD24CCC) is known color: Fuchsia. HEX triplet: D2, 4C and CC. RGB value is (210,76,204). Sum of RGB (Red+Green+Blue) = 210+76+204=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 76 (30.08% from 255 or 15.51% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 210 - color contains mainly: red. Hex color #D24CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24CCC is #2DB333. Grayscale: #828282. Windows color (decimal): -2994996 or 13389010. OLE color: 13389010.

HSL color Cylindrical-coordinate representation of color #D24CCC: hue angle of 302.69º 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 #D24CCC is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 76 204 -
CMYK 0 0.64 0.03 0.18
HSL 302.69º 0.6% 0.56% -
HSV(B) 302.69º 0.64% 0.82% -
XYZ 40.06 23.23 59.5 -
YUV 130.66 169.39 184.59 -
System Red Green Blue C M Y K H S L
Decimal 210 76 204 0 0.64 0.03 0.18 302.69 0.6 0.56
Hex D2 4C CC 0 40 3 12 12F 3C 38
Octal 322 114 314 0 100 3 22 457 74 70
Binary 11010010 1001100 11001100 0 1000000 11 10010 100101111 111100 111000

Color Harmonies of #D24CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24CCC

Black with #D24CCC

Text Example


Text Example

White with #D24CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24CCC; }

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

 H1.HeaderClassName
 {
   color: #D24CCC;
 }
 .AnyTagClassName
 {
   color: #D24CCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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