Html Css Color HEX #D024CB Deep Magenta

📋 copy color: '#D024CB'

red 208 ◦ green 36 ◦ blue 203

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

Shades of Deep Magenta #D024CB

Tints of Deep Magenta #D024CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.41%

R = 46.53%
G = 8.05%
B = 45.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D024CB (or 0xD024CB) is known color: Deep Magenta. HEX triplet: D0, 24 and CB. RGB value is (208,36,203). Sum of RGB (Red+Green+Blue) = 208+36+203=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 36 (14.45% from 255 or 8.05% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D024CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D024CB is #2FDB34. Grayscale: #696969. Windows color (decimal): -3136309 or 13313232. OLE color: 13313232.

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

Color convert

RGB 208 36 203 -
CMYK 0 0.83 0.02 0.18
HSL 301.74º 0.7% 0.48% -
HSV(B) 301.74º 0.83% 0.82% -
XYZ 37.42 18.98 58.19 -
YUV 106.47 182.48 200.42 -
System Red Green Blue C M Y K H S L
Decimal 208 36 203 0 0.83 0.02 0.18 301.74 0.7 0.48
Hex D0 24 CB 0 53 2 12 12E 46 30
Octal 320 44 313 0 123 2 22 456 106 60
Binary 11010000 100100 11001011 0 1010011 10 10010 100101110 1000110 110000

Color Harmonies of #D024CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D024CB

Black with #D024CB

Text Example


Text Example

White with #D024CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D024CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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