Html Css Color HEX #D712CA Deep Magenta

📋 copy color: '#D712CA'

red 215 ◦ green 18 ◦ blue 202

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

Shades of Deep Magenta #D712CA

Tints of Deep Magenta #D712CA

RGB

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

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

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

R = 49.43%
G = 4.14%
B = 46.44%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D712CA (or 0xD712CA) is known color: Deep Magenta. HEX triplet: D7, 12 and CA. RGB value is (215,18,202). Sum of RGB (Red+Green+Blue) = 215+18+202=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 18 (7.42% from 255 or 4.14% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D712CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D712CA is #28ED35. Grayscale: #616161. Windows color (decimal): -2682166 or 13243095. OLE color: 13243095.

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

Color convert

RGB 215 18 202 -
CMYK 0 0.92 0.06 0.16
HSL 303.96º 0.85% 0.46% -
HSV(B) 303.96º 0.92% 0.84% -
XYZ 38.9 19.14 57.52 -
YUV 97.88 186.77 211.54 -
System Red Green Blue C M Y K H S L
Decimal 215 18 202 0 0.92 0.06 0.16 303.96 0.85 0.46
Hex D7 12 CA 0 5C 6 10 130 55 2E
Octal 327 22 312 0 134 6 20 460 125 56
Binary 11010111 10010 11001010 0 1011100 110 10000 100110000 1010101 101110

Color Harmonies of #D712CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D712CA

Black with #D712CA

Text Example


Text Example

White with #D712CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D712CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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