Html Css Color HEX #D71BCB Deep Magenta

📋 copy color: '#D71BCB'

red 215 ◦ green 27 ◦ blue 203

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

Shades of Deep Magenta #D71BCB

Tints of Deep Magenta #D71BCB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.07%

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

R = 48.31%
G = 6.07%
B = 45.62%

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

#D71BCB (or 0xD71BCB) is known color: Deep Magenta. HEX triplet: D7, 1B and CB. RGB value is (215,27,203). Sum of RGB (Red+Green+Blue) = 215+27+203=445 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.31% from 445); Green value is 27 (10.94% from 255 or 6.07% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 215 - color contains mainly: red. Hex color #D71BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71BCB is #28E434. Grayscale: #666666. Windows color (decimal): -2679861 or 13310935. OLE color: 13310935.

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

Color convert

RGB 215 27 203 -
CMYK 0 0.87 0.06 0.16
HSL 303.83º 0.78% 0.47% -
HSV(B) 303.83º 0.87% 0.84% -
XYZ 39.2 19.54 58.21 -
YUV 103.28 184.28 207.69 -
System Red Green Blue C M Y K H S L
Decimal 215 27 203 0 0.87 0.06 0.16 303.83 0.78 0.47
Hex D7 1B CB 0 57 6 10 130 4E 2F
Octal 327 33 313 0 127 6 20 460 116 57
Binary 11010111 11011 11001011 0 1010111 110 10000 100110000 1001110 101111

Color Harmonies of #D71BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71BCB

Black with #D71BCB

Text Example


Text Example

White with #D71BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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