Html Css Color HEX #D216CA Deep Magenta

📋 copy color: '#D216CA'

red 210 ◦ green 22 ◦ blue 202

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

Shades of Deep Magenta #D216CA

Tints of Deep Magenta #D216CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.54%

R = 48.39%
G = 5.07%
B = 46.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D216CA (or 0xD216CA) is known color: Deep Magenta. HEX triplet: D2, 16 and CA. RGB value is (210,22,202). Sum of RGB (Red+Green+Blue) = 210+22+202=434 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.39% from 434); Green value is 22 (8.98% from 255 or 5.07% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 210 - color contains mainly: red. Hex color #D216CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D216CA is #2DE935. Grayscale: #626262. Windows color (decimal): -3008822 or 13244114. OLE color: 13244114.

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

Color convert

RGB 210 22 202 -
CMYK 0 0.90 0.04 0.18
HSL 302.55º 0.81% 0.45% -
HSV(B) 302.55º 0.9% 0.82% -
XYZ 37.53 18.54 57.48 -
YUV 98.73 186.28 207.36 -
System Red Green Blue C M Y K H S L
Decimal 210 22 202 0 0.90 0.04 0.18 302.55 0.81 0.45
Hex D2 16 CA 0 5A 4 12 12F 51 2D
Octal 322 26 312 0 132 4 22 457 121 55
Binary 11010010 10110 11001010 0 1011010 100 10010 100101111 1010001 101101

Color Harmonies of #D216CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D216CA

Black with #D216CA

Text Example


Text Example

White with #D216CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D216CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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