Html Css Color HEX #D024B6 Deep Magenta

📋 copy color: '#D024B6'

red 208 ◦ green 36 ◦ blue 182

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

Shades of Deep Magenta #D024B6

Tints of Deep Magenta #D024B6

RGB

 RED value IS 208 (81.64% from 255) = 48.83%

 GREEN value IS 36 (14.45% from 255) = 8.45%

 BLUE value IS 182 (71.48% from 255) = 42.72%

R = 48.83%
G = 8.45%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D024B6 (or 0xD024B6) is known color: Deep Magenta. HEX triplet: D0, 24 and B6. RGB value is (208,36,182). Sum of RGB (Red+Green+Blue) = 208+36+182=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 36 (14.45% from 255 or 8.45% from 426); Blue value is 182 (71.48% from 255 or 42.72% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D024B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D024B6 is #2FDB49. Grayscale: #676767. Windows color (decimal): -3136330 or 11936976. OLE color: 11936976.

HSL color Cylindrical-coordinate representation of color #D024B6: hue angle of 309.07º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D024B6 is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 36 182 -
CMYK 0 0.83 0.12 0.18
HSL 309.07º 0.7% 0.48% -
HSV(B) 309.07º 0.83% 0.82% -
XYZ 35.09 18.05 45.89 -
YUV 104.07 171.98 202.13 -
System Red Green Blue C M Y K H S L
Decimal 208 36 182 0 0.83 0.12 0.18 309.07 0.7 0.48
Hex D0 24 B6 0 53 C 12 135 46 30
Octal 320 44 266 0 123 14 22 465 106 60
Binary 11010000 100100 10110110 0 1010011 1100 10010 100110101 1000110 110000

Color Harmonies of #D024B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D024B6

Black with #D024B6

Text Example


Text Example

White with #D024B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D024B6; }

 p { color: rgb(208,36,182); }

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

background-color css

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

 a { background-color: rgb(208,36,182); }

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

border-color css

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

 span { border-color: rgb(208,36,182); }

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