Html Css Color HEX #D215CA Deep Magenta

📋 copy color: '#D215CA'

red 210 ◦ green 21 ◦ blue 202

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

Shades of Deep Magenta #D215CA

Tints of Deep Magenta #D215CA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.85%

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

R = 48.5%
G = 4.85%
B = 46.65%

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

#D215CA (or 0xD215CA) is known color: Deep Magenta. HEX triplet: D2, 15 and CA. RGB value is (210,21,202). Sum of RGB (Red+Green+Blue) = 210+21+202=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 21 (8.59% from 255 or 4.85% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D215CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D215CA is #2DEA35. Grayscale: #616161. Windows color (decimal): -3009078 or 13243858. OLE color: 13243858.

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

Color convert

RGB 210 21 202 -
CMYK 0 0.90 0.04 0.18
HSL 302.54º 0.82% 0.45% -
HSV(B) 302.54º 0.9% 0.82% -
XYZ 37.51 18.5 57.47 -
YUV 98.15 186.62 207.78 -
System Red Green Blue C M Y K H S L
Decimal 210 21 202 0 0.90 0.04 0.18 302.54 0.82 0.45
Hex D2 15 CA 0 5A 4 12 12F 52 2D
Octal 322 25 312 0 132 4 22 457 122 55
Binary 11010010 10101 11001010 0 1011010 100 10010 100101111 1010010 101101

Color Harmonies of #D215CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D215CA

Black with #D215CA

Text Example


Text Example

White with #D215CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D215CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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