Html Css Color HEX #D71CCB Deep Magenta

📋 copy color: '#D71CCB'

red 215 ◦ green 28 ◦ blue 203

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

Shades of Deep Magenta #D71CCB

Tints of Deep Magenta #D71CCB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.28%

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

R = 48.21%
G = 6.28%
B = 45.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D71CCB (or 0xD71CCB) is known color: Deep Magenta. HEX triplet: D7, 1C and CB. RGB value is (215,28,203). Sum of RGB (Red+Green+Blue) = 215+28+203=446 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.21% from 446); Green value is 28 (11.33% from 255 or 6.28% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 215 - color contains mainly: red. Hex color #D71CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71CCB is #28E334. Grayscale: #676767. Windows color (decimal): -2679605 or 13311191. OLE color: 13311191.

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

Color convert

RGB 215 28 203 -
CMYK 0 0.87 0.06 0.16
HSL 303.85º 0.77% 0.48% -
HSV(B) 303.85º 0.87% 0.84% -
XYZ 39.22 19.59 58.21 -
YUV 103.86 183.95 207.27 -
System Red Green Blue C M Y K H S L
Decimal 215 28 203 0 0.87 0.06 0.16 303.85 0.77 0.48
Hex D7 1C CB 0 57 6 10 130 4D 30
Octal 327 34 313 0 127 6 20 460 115 60
Binary 11010111 11100 11001011 0 1010111 110 10000 100110000 1001101 110000

Color Harmonies of #D71CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71CCB

Black with #D71CCB

Text Example


Text Example

White with #D71CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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