Html Css Color HEX #D814C5 Deep Magenta

📋 copy color: '#D814C5'

red 216 ◦ green 20 ◦ blue 197

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

Shades of Deep Magenta #D814C5

Tints of Deep Magenta #D814C5

RGB

 RED value IS 216 (84.77% from 255) = 49.88%

 GREEN value IS 20 (8.2% from 255) = 4.62%

 BLUE value IS 197 (77.34% from 255) = 45.5%

R = 49.88%
G = 4.62%
B = 45.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D814C5 (or 0xD814C5) is known color: Deep Magenta. HEX triplet: D8, 14 and C5. RGB value is (216,20,197). Sum of RGB (Red+Green+Blue) = 216+20+197=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 20 (8.20% from 255 or 4.62% from 433); Blue value is 197 (77.34% from 255 or 45.50% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D814C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D814C5 is #27EB3A. Grayscale: #626262. Windows color (decimal): -2616123 or 12915928. OLE color: 12915928.

HSL color Cylindrical-coordinate representation of color #D814C5: hue angle of 305.82º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D814C5 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 20 197 -
CMYK 0 0.91 0.09 0.15
HSL 305.82º 0.83% 0.46% -
HSV(B) 305.82º 0.91% 0.85% -
XYZ 38.65 19.13 54.48 -
YUV 98.78 183.43 211.61 -
System Red Green Blue C M Y K H S L
Decimal 216 20 197 0 0.91 0.09 0.15 305.82 0.83 0.46
Hex D8 14 C5 0 5B 9 F 132 53 2E
Octal 330 24 305 0 133 11 17 462 123 56
Binary 11011000 10100 11000101 0 1011011 1001 1111 100110010 1010011 101110

Color Harmonies of #D814C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D814C5

Black with #D814C5

Text Example


Text Example

White with #D814C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D814C5; }

 p { color: rgb(216,20,197); }

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

background-color css

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

 a { background-color: rgb(216,20,197); }

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

border-color css

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

 span { border-color: rgb(216,20,197); }

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