Html Css Color HEX #D24FC6 Fuchsia

📋 copy color: '#D24FC6'

red 210 ◦ green 79 ◦ blue 198

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

Shades of Fuchsia #D24FC6

Tints of Fuchsia #D24FC6

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.22%

 BLUE value IS 198 (77.73% from 255) = 40.66%

R = 43.12%
G = 16.22%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D24FC6 (or 0xD24FC6) is known color: Fuchsia. HEX triplet: D2, 4F and C6. RGB value is (210,79,198). Sum of RGB (Red+Green+Blue) = 210+79+198=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 79 (31.25% from 255 or 16.22% from 487); Blue value is 198 (77.73% from 255 or 40.66% from 487); Max value from RGB is 210 - color contains mainly: red. Hex color #D24FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24FC6 is #2DB039. Grayscale: #838383. Windows color (decimal): -2994234 or 12996562. OLE color: 12996562.

HSL color Cylindrical-coordinate representation of color #D24FC6: hue angle of 305.5º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D24FC6 is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 79 198 -
CMYK 0 0.62 0.06 0.18
HSL 305.5º 0.59% 0.57% -
HSV(B) 305.5º 0.62% 0.82% -
XYZ 39.57 23.37 55.85 -
YUV 131.74 165.4 183.82 -
System Red Green Blue C M Y K H S L
Decimal 210 79 198 0 0.62 0.06 0.18 305.5 0.59 0.57
Hex D2 4F C6 0 3E 6 12 131 3B 39
Octal 322 117 306 0 76 6 22 461 73 71
Binary 11010010 1001111 11000110 0 111110 110 10010 100110001 111011 111001

Color Harmonies of #D24FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24FC6

Black with #D24FC6

Text Example


Text Example

White with #D24FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24FC6; }

 p { color: rgb(210,79,198); }

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

background-color css

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

 a { background-color: rgb(210,79,198); }

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

border-color css

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

 span { border-color: rgb(210,79,198); }

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