Html Css Color HEX #D711CA Deep Magenta

📋 copy color: '#D711CA'

red 215 ◦ green 17 ◦ blue 202

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

Shades of Deep Magenta #D711CA

Tints of Deep Magenta #D711CA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.92%

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

R = 49.54%
G = 3.92%
B = 46.54%

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

#D711CA (or 0xD711CA) is known color: Deep Magenta. HEX triplet: D7, 11 and CA. RGB value is (215,17,202). Sum of RGB (Red+Green+Blue) = 215+17+202=434 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.54% from 434); Green value is 17 (7.03% from 255 or 3.92% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 215 - color contains mainly: red. Hex color #D711CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D711CA is #28EE35. Grayscale: #606060. Windows color (decimal): -2682422 or 13242839. OLE color: 13242839.

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

Color convert

RGB 215 17 202 -
CMYK 0 0.92 0.06 0.16
HSL 303.94º 0.85% 0.45% -
HSV(B) 303.94º 0.92% 0.84% -
XYZ 38.89 19.11 57.52 -
YUV 97.29 187.1 211.96 -
System Red Green Blue C M Y K H S L
Decimal 215 17 202 0 0.92 0.06 0.16 303.94 0.85 0.45
Hex D7 11 CA 0 5C 6 10 130 55 2D
Octal 327 21 312 0 134 6 20 460 125 55
Binary 11010111 10001 11001010 0 1011100 110 10000 100110000 1010101 101101

Color Harmonies of #D711CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D711CA

Black with #D711CA

Text Example


Text Example

White with #D711CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D711CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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