Html Css Color HEX #D24DCF Fuchsia

📋 copy color: '#D24DCF'

red 210 ◦ green 77 ◦ blue 207

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

Shades of Fuchsia #D24DCF

Tints of Fuchsia #D24DCF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.59%

 BLUE value IS 207 (81.25% from 255) = 41.9%

R = 42.51%
G = 15.59%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D24DCF (or 0xD24DCF) is known color: Fuchsia. HEX triplet: D2, 4D and CF. RGB value is (210,77,207). Sum of RGB (Red+Green+Blue) = 210+77+207=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 77 (30.47% from 255 or 15.59% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D24DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24DCF is #2DB230. Grayscale: #838383. Windows color (decimal): -2994737 or 13585874. OLE color: 13585874.

HSL color Cylindrical-coordinate representation of color #D24DCF: hue angle of 301.35º degrees, saturation: 0.6, 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 #D24DCF is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 77 207 -
CMYK 0 0.63 0.01 0.18
HSL 301.35º 0.6% 0.56% -
HSV(B) 301.35º 0.63% 0.82% -
XYZ 40.49 23.51 61.44 -
YUV 131.59 170.56 183.93 -
System Red Green Blue C M Y K H S L
Decimal 210 77 207 0 0.63 0.01 0.18 301.35 0.6 0.56
Hex D2 4D CF 0 3F 1 12 12D 3C 38
Octal 322 115 317 0 77 1 22 455 74 70
Binary 11010010 1001101 11001111 0 111111 1 10010 100101101 111100 111000

Color Harmonies of #D24DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24DCF

Black with #D24DCF

Text Example


Text Example

White with #D24DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24DCF; }

 p { color: rgb(210,77,207); }

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

background-color css

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

 a { background-color: rgb(210,77,207); }

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

border-color css

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

 span { border-color: rgb(210,77,207); }

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