Html Css Color HEX #D215CD Deep Magenta

📋 copy color: '#D215CD'

red 210 ◦ green 21 ◦ blue 205

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

Shades of Deep Magenta #D215CD

Tints of Deep Magenta #D215CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.02%

R = 48.17%
G = 4.82%
B = 47.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D215CD (or 0xD215CD) is known color: Deep Magenta. HEX triplet: D2, 15 and CD. RGB value is (210,21,205). Sum of RGB (Red+Green+Blue) = 210+21+205=436 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.17% from 436); Green value is 21 (8.59% from 255 or 4.82% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 210 - color contains mainly: red. Hex color #D215CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D215CD is #2DEA32. Grayscale: #616161. Windows color (decimal): -3009075 or 13440466. OLE color: 13440466.

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

Color convert

RGB 210 21 205 -
CMYK 0 0.90 0.02 0.18
HSL 301.59º 0.82% 0.45% -
HSV(B) 301.59º 0.9% 0.82% -
XYZ 37.87 18.65 59.36 -
YUV 98.49 188.12 207.54 -
System Red Green Blue C M Y K H S L
Decimal 210 21 205 0 0.90 0.02 0.18 301.59 0.82 0.45
Hex D2 15 CD 0 5A 2 12 12E 52 2D
Octal 322 25 315 0 132 2 22 456 122 55
Binary 11010010 10101 11001101 0 1011010 10 10010 100101110 1010010 101101

Color Harmonies of #D215CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D215CD

Black with #D215CD

Text Example


Text Example

White with #D215CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D215CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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