Html Css Color HEX #D24DC6 Fuchsia

📋 copy color: '#D24DC6'

red 210 ◦ green 77 ◦ blue 198

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

Shades of Fuchsia #D24DC6

Tints of Fuchsia #D24DC6

RGB

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

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

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

R = 43.3%
G = 15.88%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D24DC6 (or 0xD24DC6) is known color: Fuchsia. HEX triplet: D2, 4D and C6. RGB value is (210,77,198). Sum of RGB (Red+Green+Blue) = 210+77+198=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 77 (30.47% from 255 or 15.88% from 485); Blue value is 198 (77.73% from 255 or 40.82% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D24DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24DC6 is #2DB239. Grayscale: #828282. Windows color (decimal): -2994746 or 12996050. OLE color: 12996050.

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

Color convert

RGB 210 77 198 -
CMYK 0 0.63 0.06 0.18
HSL 305.41º 0.6% 0.56% -
HSV(B) 305.41º 0.63% 0.82% -
XYZ 39.43 23.09 55.8 -
YUV 130.56 166.06 184.66 -
System Red Green Blue C M Y K H S L
Decimal 210 77 198 0 0.63 0.06 0.18 305.41 0.6 0.56
Hex D2 4D C6 0 3F 6 12 131 3C 38
Octal 322 115 306 0 77 6 22 461 74 70
Binary 11010010 1001101 11000110 0 111111 110 10010 100110001 111100 111000

Color Harmonies of #D24DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24DC6

Black with #D24DC6

Text Example


Text Example

White with #D24DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24DC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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