Html Css Color HEX #D813C2 Deep Magenta

📋 copy color: '#D813C2'

red 216 ◦ green 19 ◦ blue 194

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

Shades of Deep Magenta #D813C2

Tints of Deep Magenta #D813C2

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.43%

 BLUE value IS 194 (76.17% from 255) = 45.22%

R = 50.35%
G = 4.43%
B = 45.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D813C2 (or 0xD813C2) is known color: Deep Magenta. HEX triplet: D8, 13 and C2. RGB value is (216,19,194). Sum of RGB (Red+Green+Blue) = 216+19+194=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 19 (7.81% from 255 or 4.43% from 429); Blue value is 194 (76.17% from 255 or 45.22% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D813C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D813C2 is #27EC3D. Grayscale: #616161. Windows color (decimal): -2616382 or 12719064. OLE color: 12719064.

HSL color Cylindrical-coordinate representation of color #D813C2: hue angle of 306.7º degrees, saturation: 0.84, 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 #D813C2 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 19 194 -
CMYK 0 0.91 0.10 0.15
HSL 306.7º 0.84% 0.46% -
HSV(B) 306.7º 0.91% 0.85% -
XYZ 38.29 18.96 52.68 -
YUV 97.85 182.27 212.27 -
System Red Green Blue C M Y K H S L
Decimal 216 19 194 0 0.91 0.10 0.15 306.7 0.84 0.46
Hex D8 13 C2 0 5B A F 133 54 2E
Octal 330 23 302 0 133 12 17 463 124 56
Binary 11011000 10011 11000010 0 1011011 1010 1111 100110011 1010100 101110

Color Harmonies of #D813C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D813C2

Black with #D813C2

Text Example


Text Example

White with #D813C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D813C2; }

 p { color: rgb(216,19,194); }

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

background-color css

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

 a { background-color: rgb(216,19,194); }

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

border-color css

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

 span { border-color: rgb(216,19,194); }

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