Html Css Color HEX #D215CC Deep Magenta

📋 copy color: '#D215CC'

red 210 ◦ green 21 ◦ blue 204

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

Shades of Deep Magenta #D215CC

Tints of Deep Magenta #D215CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.9%

R = 48.28%
G = 4.83%
B = 46.9%

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

#D215CC (or 0xD215CC) is known color: Deep Magenta. HEX triplet: D2, 15 and CC. RGB value is (210,21,204). Sum of RGB (Red+Green+Blue) = 210+21+204=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 21 (8.59% from 255 or 4.83% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D215CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D215CC is #2DEA33. Grayscale: #616161. Windows color (decimal): -3009076 or 13374930. OLE color: 13374930.

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

Color convert

RGB 210 21 204 -
CMYK 0 0.90 0.03 0.18
HSL 301.9º 0.82% 0.45% -
HSV(B) 301.9º 0.9% 0.82% -
XYZ 37.75 18.6 58.73 -
YUV 98.37 187.62 207.62 -
System Red Green Blue C M Y K H S L
Decimal 210 21 204 0 0.90 0.03 0.18 301.9 0.82 0.45
Hex D2 15 CC 0 5A 3 12 12E 52 2D
Octal 322 25 314 0 132 3 22 456 122 55
Binary 11010010 10101 11001100 0 1011010 11 10010 100101110 1010010 101101

Color Harmonies of #D215CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D215CC

Black with #D215CC

Text Example


Text Example

White with #D215CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D215CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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