Html Css Color HEX #D720CF Deep Magenta

📋 copy color: '#D720CF'

red 215 ◦ green 32 ◦ blue 207

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

Shades of Deep Magenta #D720CF

Tints of Deep Magenta #D720CF

RGB

 RED value IS 215 (84.38% from 255) = 47.36%

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

 BLUE value IS 207 (81.25% from 255) = 45.59%

R = 47.36%
G = 7.05%
B = 45.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D720CF (or 0xD720CF) is known color: Deep Magenta. HEX triplet: D7, 20 and CF. RGB value is (215,32,207). Sum of RGB (Red+Green+Blue) = 215+32+207=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 32 (12.89% from 255 or 7.05% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 215 - color contains mainly: red. Hex color #D720CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D720CF is #28DF30. Grayscale: #6A6A6A. Windows color (decimal): -2678577 or 13574359. OLE color: 13574359.

HSL color Cylindrical-coordinate representation of color #D720CF: hue angle of 302.62º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D720CF is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 32 207 -
CMYK 0 0.85 0.04 0.16
HSL 302.62º 0.74% 0.48% -
HSV(B) 302.62º 0.85% 0.84% -
XYZ 39.8 19.99 60.79 -
YUV 106.67 184.63 205.27 -
System Red Green Blue C M Y K H S L
Decimal 215 32 207 0 0.85 0.04 0.16 302.62 0.74 0.48
Hex D7 20 CF 0 55 4 10 12F 4A 30
Octal 327 40 317 0 125 4 20 457 112 60
Binary 11010111 100000 11001111 0 1010101 100 10000 100101111 1001010 110000

Color Harmonies of #D720CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D720CF

Black with #D720CF

Text Example


Text Example

White with #D720CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D720CF; }

 p { color: rgb(215,32,207); }

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

background-color css

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

 a { background-color: rgb(215,32,207); }

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

border-color css

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

 span { border-color: rgb(215,32,207); }

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