Html Css Color HEX #D216CB Deep Magenta

📋 copy color: '#D216CB'

red 210 ◦ green 22 ◦ blue 203

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

Shades of Deep Magenta #D216CB

Tints of Deep Magenta #D216CB

RGB

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

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

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

R = 48.28%
G = 5.06%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D216CB (or 0xD216CB) is known color: Deep Magenta. HEX triplet: D2, 16 and CB. RGB value is (210,22,203). Sum of RGB (Red+Green+Blue) = 210+22+203=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 22 (8.98% from 255 or 5.06% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D216CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D216CB is #2DE934. Grayscale: #626262. Windows color (decimal): -3008821 or 13309650. OLE color: 13309650.

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

Color convert

RGB 210 22 203 -
CMYK 0 0.90 0.03 0.18
HSL 302.23º 0.81% 0.45% -
HSV(B) 302.23º 0.9% 0.82% -
XYZ 37.64 18.59 58.1 -
YUV 98.85 186.78 207.28 -
System Red Green Blue C M Y K H S L
Decimal 210 22 203 0 0.90 0.03 0.18 302.23 0.81 0.45
Hex D2 16 CB 0 5A 3 12 12E 51 2D
Octal 322 26 313 0 132 3 22 456 121 55
Binary 11010010 10110 11001011 0 1011010 11 10010 100101110 1010001 101101

Color Harmonies of #D216CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D216CB

Black with #D216CB

Text Example


Text Example

White with #D216CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D216CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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