Html Css Color HEX #D813CC Deep Magenta

📋 copy color: '#D813CC'

red 216 ◦ green 19 ◦ blue 204

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

Shades of Deep Magenta #D813CC

Tints of Deep Magenta #D813CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.47%

R = 49.2%
G = 4.33%
B = 46.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D813CC (or 0xD813CC) is known color: Deep Magenta. HEX triplet: D8, 13 and CC. RGB value is (216,19,204). Sum of RGB (Red+Green+Blue) = 216+19+204=439 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.20% from 439); Green value is 19 (7.81% from 255 or 4.33% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 216 - color contains mainly: red. Hex color #D813CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D813CC is #27EC33. Grayscale: #626262. Windows color (decimal): -2616372 or 13374424. OLE color: 13374424.

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

Color convert

RGB 216 19 204 -
CMYK 0 0.91 0.06 0.15
HSL 303.65º 0.84% 0.46% -
HSV(B) 303.65º 0.91% 0.85% -
XYZ 39.45 19.42 58.8 -
YUV 98.99 187.27 211.46 -
System Red Green Blue C M Y K H S L
Decimal 216 19 204 0 0.91 0.06 0.15 303.65 0.84 0.46
Hex D8 13 CC 0 5B 6 F 130 54 2E
Octal 330 23 314 0 133 6 17 460 124 56
Binary 11011000 10011 11001100 0 1011011 110 1111 100110000 1010100 101110

Color Harmonies of #D813CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D813CC

Black with #D813CC

Text Example


Text Example

White with #D813CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D813CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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