Html Css Color HEX #D24ACC Fuchsia

📋 copy color: '#D24ACC'

red 210 ◦ green 74 ◦ blue 204

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

Shades of Fuchsia #D24ACC

Tints of Fuchsia #D24ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.8%

R = 43.03%
G = 15.16%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D24ACC (or 0xD24ACC) is known color: Fuchsia. HEX triplet: D2, 4A and CC. RGB value is (210,74,204). Sum of RGB (Red+Green+Blue) = 210+74+204=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 74 (29.30% from 255 or 15.16% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 210 - color contains mainly: red. Hex color #D24ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24ACC is #2DB533. Grayscale: #818181. Windows color (decimal): -2995508 or 13388498. OLE color: 13388498.

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

Color convert

RGB 210 74 204 -
CMYK 0 0.65 0.03 0.18
HSL 302.65º 0.6% 0.56% -
HSV(B) 302.65º 0.65% 0.82% -
XYZ 39.93 22.96 59.45 -
YUV 129.48 170.06 185.43 -
System Red Green Blue C M Y K H S L
Decimal 210 74 204 0 0.65 0.03 0.18 302.65 0.6 0.56
Hex D2 4A CC 0 41 3 12 12F 3C 38
Octal 322 112 314 0 101 3 22 457 74 70
Binary 11010010 1001010 11001100 0 1000001 11 10010 100101111 111100 111000

Color Harmonies of #D24ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24ACC

Black with #D24ACC

Text Example


Text Example

White with #D24ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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