Html Css Color HEX #D711CB Deep Magenta

📋 copy color: '#D711CB'

red 215 ◦ green 17 ◦ blue 203

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

Shades of Deep Magenta #D711CB

Tints of Deep Magenta #D711CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.67%

R = 49.43%
G = 3.91%
B = 46.67%

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

#D711CB (or 0xD711CB) is known color: Deep Magenta. HEX triplet: D7, 11 and CB. RGB value is (215,17,203). Sum of RGB (Red+Green+Blue) = 215+17+203=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 17 (7.03% from 255 or 3.91% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D711CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D711CB is #28EE34. Grayscale: #606060. Windows color (decimal): -2682421 or 13308375. OLE color: 13308375.

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

Color convert

RGB 215 17 203 -
CMYK 0 0.92 0.06 0.16
HSL 303.64º 0.85% 0.45% -
HSV(B) 303.64º 0.92% 0.84% -
XYZ 39 19.16 58.14 -
YUV 97.41 187.6 211.88 -
System Red Green Blue C M Y K H S L
Decimal 215 17 203 0 0.92 0.06 0.16 303.64 0.85 0.45
Hex D7 11 CB 0 5C 6 10 130 55 2D
Octal 327 21 313 0 134 6 20 460 125 55
Binary 11010111 10001 11001011 0 1011100 110 10000 100110000 1010101 101101

Color Harmonies of #D711CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D711CB

Black with #D711CB

Text Example


Text Example

White with #D711CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D711CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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