Html Css Color HEX #D20CD7 Deep Magenta

📋 copy color: '#D20CD7'

red 210 ◦ green 12 ◦ blue 215

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

Shades of Deep Magenta #D20CD7

Tints of Deep Magenta #D20CD7

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.75%

 BLUE value IS 215 (84.38% from 255) = 49.2%

R = 48.05%
G = 2.75%
B = 49.2%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D20CD7 (or 0xD20CD7) is known color: Deep Magenta. HEX triplet: D2, 0C and D7. RGB value is (210,12,215). Sum of RGB (Red+Green+Blue) = 210+12+215=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 12 (5.08% from 255 or 2.75% from 437); Blue value is 215 (84.38% from 255 or 49.20% from 437); Max value from RGB is 215 - color contains mainly: blue. Hex color #D20CD7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20CD7 is #2DF328. Grayscale: #5D5D5D. Windows color (decimal): -3011369 or 14093522. OLE color: 14093522.

HSL color Cylindrical-coordinate representation of color #D20CD7: hue angle of 298.52º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20CD7 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 12 215 -
CMYK 0.02 0.94 0 0.16
HSL 298.52º 0.89% 0.45% -
HSV(B) 298.52º 0.94% 0.84% -
XYZ 38.98 18.87 65.88 -
YUV 94.34 196.1 210.49 -
System Red Green Blue C M Y K H S L
Decimal 210 12 215 0.02 0.94 0 0.16 298.52 0.89 0.45
Hex D2 C D7 2 5E 0 10 12B 59 2D
Octal 322 14 327 2 136 0 20 453 131 55
Binary 11010010 1100 11010111 10 1011110 0 10000 100101011 1011001 101101

Color Harmonies of #D20CD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20CD7

Black with #D20CD7

Text Example


Text Example

White with #D20CD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20CD7; }

 p { color: rgb(210,12,215); }

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

background-color css

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

 a { background-color: rgb(210,12,215); }

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

border-color css

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

 span { border-color: rgb(210,12,215); }

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