Html Css Color HEX #D24DC7 Fuchsia

📋 copy color: '#D24DC7'

red 210 ◦ green 77 ◦ blue 199

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

Shades of Fuchsia #D24DC7

Tints of Fuchsia #D24DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.95%

R = 43.21%
G = 15.84%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D24DC7 (or 0xD24DC7) is known color: Fuchsia. HEX triplet: D2, 4D and C7. RGB value is (210,77,199). Sum of RGB (Red+Green+Blue) = 210+77+199=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 77 (30.47% from 255 or 15.84% from 486); Blue value is 199 (78.12% from 255 or 40.95% from 486); Max value from RGB is 210 - color contains mainly: red. Hex color #D24DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24DC7 is #2DB238. Grayscale: #828282. Windows color (decimal): -2994745 or 13061586. OLE color: 13061586.

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

Color convert

RGB 210 77 199 -
CMYK 0 0.63 0.05 0.18
HSL 304.96º 0.6% 0.56% -
HSV(B) 304.96º 0.63% 0.82% -
XYZ 39.54 23.13 56.41 -
YUV 130.68 166.56 184.58 -
System Red Green Blue C M Y K H S L
Decimal 210 77 199 0 0.63 0.05 0.18 304.96 0.6 0.56
Hex D2 4D C7 0 3F 5 12 131 3C 38
Octal 322 115 307 0 77 5 22 461 74 70
Binary 11010010 1001101 11000111 0 111111 101 10010 100110001 111100 111000

Color Harmonies of #D24DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24DC7

Black with #D24DC7

Text Example


Text Example

White with #D24DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24DC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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