Html Css Color HEX #D24ACD Fuchsia

📋 copy color: '#D24ACD'

red 210 ◦ green 74 ◦ blue 205

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

Shades of Fuchsia #D24ACD

Tints of Fuchsia #D24ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.92%

R = 42.94%
G = 15.13%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D24ACD (or 0xD24ACD) is known color: Fuchsia. HEX triplet: D2, 4A and CD. RGB value is (210,74,205). Sum of RGB (Red+Green+Blue) = 210+74+205=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 74 (29.30% from 255 or 15.13% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 210 - color contains mainly: red. Hex color #D24ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24ACD is #2DB532. Grayscale: #818181. Windows color (decimal): -2995507 or 13454034. OLE color: 13454034.

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

Color convert

RGB 210 74 205 -
CMYK 0 0.65 0.02 0.18
HSL 302.21º 0.6% 0.56% -
HSV(B) 302.21º 0.65% 0.82% -
XYZ 40.05 23.01 60.09 -
YUV 129.6 170.56 185.35 -
System Red Green Blue C M Y K H S L
Decimal 210 74 205 0 0.65 0.02 0.18 302.21 0.6 0.56
Hex D2 4A CD 0 41 2 12 12E 3C 38
Octal 322 112 315 0 101 2 22 456 74 70
Binary 11010010 1001010 11001101 0 1000001 10 10010 100101110 111100 111000

Color Harmonies of #D24ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24ACD

Black with #D24ACD

Text Example


Text Example

White with #D24ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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