Html Css Color HEX #D24DB2 Fuchsia

📋 copy color: '#D24DB2'

red 210 ◦ green 77 ◦ blue 178

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

Shades of Fuchsia #D24DB2

Tints of Fuchsia #D24DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.28%

R = 45.16%
G = 16.56%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D24DB2 (or 0xD24DB2) is known color: Fuchsia. HEX triplet: D2, 4D and B2. RGB value is (210,77,178). Sum of RGB (Red+Green+Blue) = 210+77+178=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 77 (30.47% from 255 or 16.56% from 465); Blue value is 178 (69.92% from 255 or 38.28% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D24DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24DB2 is #2DB24D. Grayscale: #808080. Windows color (decimal): -2994766 or 11685330. OLE color: 11685330.

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

Color convert

RGB 210 77 178 -
CMYK 0 0.63 0.15 0.18
HSL 314.44º 0.6% 0.56% -
HSV(B) 314.44º 0.63% 0.82% -
XYZ 37.27 22.22 44.44 -
YUV 128.28 156.06 186.29 -
System Red Green Blue C M Y K H S L
Decimal 210 77 178 0 0.63 0.15 0.18 314.44 0.6 0.56
Hex D2 4D B2 0 3F F 12 13A 3C 38
Octal 322 115 262 0 77 17 22 472 74 70
Binary 11010010 1001101 10110010 0 111111 1111 10010 100111010 111100 111000

Color Harmonies of #D24DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24DB2

Black with #D24DB2

Text Example


Text Example

White with #D24DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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