Html Css Color HEX #D24AC0 Fuchsia

📋 copy color: '#D24AC0'

red 210 ◦ green 74 ◦ blue 192

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

Shades of Fuchsia #D24AC0

Tints of Fuchsia #D24AC0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.55%

 BLUE value IS 192 (75.39% from 255) = 40.34%

R = 44.12%
G = 15.55%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D24AC0 (or 0xD24AC0) is known color: Fuchsia. HEX triplet: D2, 4A and C0. RGB value is (210,74,192). Sum of RGB (Red+Green+Blue) = 210+74+192=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 74 (29.30% from 255 or 15.55% from 476); Blue value is 192 (75.39% from 255 or 40.34% from 476); Max value from RGB is 210 - color contains mainly: red. Hex color #D24AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24AC0 is #2DB53F. Grayscale: #7F7F7F. Windows color (decimal): -2995520 or 12602066. OLE color: 12602066.

HSL color Cylindrical-coordinate representation of color #D24AC0: hue angle of 307.94º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D24AC0 is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 74 192 -
CMYK 0 0.65 0.09 0.18
HSL 307.94º 0.6% 0.56% -
HSV(B) 307.94º 0.65% 0.82% -
XYZ 38.54 22.4 52.16 -
YUV 128.12 164.06 186.41 -
System Red Green Blue C M Y K H S L
Decimal 210 74 192 0 0.65 0.09 0.18 307.94 0.6 0.56
Hex D2 4A C0 0 41 9 12 134 3C 38
Octal 322 112 300 0 101 11 22 464 74 70
Binary 11010010 1001010 11000000 0 1000001 1001 10010 100110100 111100 111000

Color Harmonies of #D24AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24AC0

Black with #D24AC0

Text Example


Text Example

White with #D24AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24AC0; }

 p { color: rgb(210,74,192); }

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

background-color css

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

 a { background-color: rgb(210,74,192); }

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

border-color css

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

 span { border-color: rgb(210,74,192); }

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