Html Css Color HEX #D016CB Deep Magenta

📋 copy color: '#D016CB'

red 208 ◦ green 22 ◦ blue 203

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

Shades of Deep Magenta #D016CB

Tints of Deep Magenta #D016CB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.08%

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

R = 48.04%
G = 5.08%
B = 46.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D016CB (or 0xD016CB) is known color: Deep Magenta. HEX triplet: D0, 16 and CB. RGB value is (208,22,203). Sum of RGB (Red+Green+Blue) = 208+22+203=433 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.04% from 433); Green value is 22 (8.98% from 255 or 5.08% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 208 - color contains mainly: red. Hex color #D016CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D016CB is #2FE934. Grayscale: #616161. Windows color (decimal): -3139893 or 13309648. OLE color: 13309648.

HSL color Cylindrical-coordinate representation of color #D016CB: hue angle of 301.61º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D016CB is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 22 203 -
CMYK 0 0.89 0.02 0.18
HSL 301.61º 0.81% 0.45% -
HSV(B) 301.61º 0.89% 0.82% -
XYZ 37.08 18.3 58.08 -
YUV 98.25 187.12 206.28 -
System Red Green Blue C M Y K H S L
Decimal 208 22 203 0 0.89 0.02 0.18 301.61 0.81 0.45
Hex D0 16 CB 0 59 2 12 12E 51 2D
Octal 320 26 313 0 131 2 22 456 121 55
Binary 11010000 10110 11001011 0 1011001 10 10010 100101110 1010001 101101

Color Harmonies of #D016CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D016CB

Black with #D016CB

Text Example


Text Example

White with #D016CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D016CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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