Html Css Color HEX #D812CA Deep Magenta

📋 copy color: '#D812CA'

red 216 ◦ green 18 ◦ blue 202

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

Shades of Deep Magenta #D812CA

Tints of Deep Magenta #D812CA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.13%

 BLUE value IS 202 (79.3% from 255) = 46.33%

R = 49.54%
G = 4.13%
B = 46.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D812CA (or 0xD812CA) is known color: Deep Magenta. HEX triplet: D8, 12 and CA. RGB value is (216,18,202). Sum of RGB (Red+Green+Blue) = 216+18+202=436 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.54% from 436); Green value is 18 (7.42% from 255 or 4.13% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 216 - color contains mainly: red. Hex color #D812CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D812CA is #27ED35. Grayscale: #616161. Windows color (decimal): -2616630 or 13243096. OLE color: 13243096.

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

Color convert

RGB 216 18 202 -
CMYK 0 0.92 0.06 0.15
HSL 304.24º 0.85% 0.46% -
HSV(B) 304.24º 0.92% 0.85% -
XYZ 39.2 19.3 57.54 -
YUV 98.18 186.6 212.04 -
System Red Green Blue C M Y K H S L
Decimal 216 18 202 0 0.92 0.06 0.15 304.24 0.85 0.46
Hex D8 12 CA 0 5C 6 F 130 55 2E
Octal 330 22 312 0 134 6 17 460 125 56
Binary 11011000 10010 11001010 0 1011100 110 1111 100110000 1010101 101110

Color Harmonies of #D812CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D812CA

Black with #D812CA

Text Example


Text Example

White with #D812CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D812CA; }

 p { color: rgb(216,18,202); }

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

background-color css

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

 a { background-color: rgb(216,18,202); }

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

border-color css

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

 span { border-color: rgb(216,18,202); }

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