Html Css Color HEX #D920CD Deep Magenta

📋 copy color: '#D920CD'

red 217 ◦ green 32 ◦ blue 205

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

Shades of Deep Magenta #D920CD

Tints of Deep Magenta #D920CD

RGB

 RED value IS 217 (85.16% from 255) = 47.8%

 GREEN value IS 32 (12.89% from 255) = 7.05%

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

R = 47.8%
G = 7.05%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D920CD (or 0xD920CD) is known color: Deep Magenta. HEX triplet: D9, 20 and CD. RGB value is (217,32,205). Sum of RGB (Red+Green+Blue) = 217+32+205=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 32 (12.89% from 255 or 7.05% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 217 - color contains mainly: red. Hex color #D920CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D920CD is #26DF32. Grayscale: #6A6A6A. Windows color (decimal): -2547507 or 13443289. OLE color: 13443289.

HSL color Cylindrical-coordinate representation of color #D920CD: hue angle of 303.89º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D920CD is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 32 205 -
CMYK 0 0.85 0.06 0.15
HSL 303.89º 0.74% 0.49% -
HSV(B) 303.89º 0.85% 0.85% -
XYZ 40.15 20.19 59.54 -
YUV 107.04 183.29 206.43 -
System Red Green Blue C M Y K H S L
Decimal 217 32 205 0 0.85 0.06 0.15 303.89 0.74 0.49
Hex D9 20 CD 0 55 6 F 130 4A 31
Octal 331 40 315 0 125 6 17 460 112 61
Binary 11011001 100000 11001101 0 1010101 110 1111 100110000 1001010 110001

Color Harmonies of #D920CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D920CD

Black with #D920CD

Text Example


Text Example

White with #D920CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D920CD; }

 p { color: rgb(217,32,205); }

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

background-color css

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

 a { background-color: rgb(217,32,205); }

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

border-color css

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

 span { border-color: rgb(217,32,205); }

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