Html Css Color HEX #D024BB Deep Magenta

📋 copy color: '#D024BB'

red 208 ◦ green 36 ◦ blue 187

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

Shades of Deep Magenta #D024BB

Tints of Deep Magenta #D024BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.39%

R = 48.26%
G = 8.35%
B = 43.39%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D024BB (or 0xD024BB) is known color: Deep Magenta. HEX triplet: D0, 24 and BB. RGB value is (208,36,187). Sum of RGB (Red+Green+Blue) = 208+36+187=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 36 (14.45% from 255 or 8.35% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D024BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D024BB is #2FDB44. Grayscale: #686868. Windows color (decimal): -3136325 or 12264656. OLE color: 12264656.

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

Color convert

RGB 208 36 187 -
CMYK 0 0.83 0.10 0.18
HSL 307.33º 0.7% 0.48% -
HSV(B) 307.33º 0.83% 0.82% -
XYZ 35.61 18.26 48.66 -
YUV 104.64 174.48 201.72 -
System Red Green Blue C M Y K H S L
Decimal 208 36 187 0 0.83 0.10 0.18 307.33 0.7 0.48
Hex D0 24 BB 0 53 A 12 133 46 30
Octal 320 44 273 0 123 12 22 463 106 60
Binary 11010000 100100 10111011 0 1010011 1010 10010 100110011 1000110 110000

Color Harmonies of #D024BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D024BB

Black with #D024BB

Text Example


Text Example

White with #D024BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D024BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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