Html Css Color HEX #D91CCB Deep Magenta

📋 copy color: '#D91CCB'

red 217 ◦ green 28 ◦ blue 203

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

Shades of Deep Magenta #D91CCB

Tints of Deep Magenta #D91CCB

RGB

 RED value IS 217 (85.16% from 255) = 48.44%

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

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

R = 48.44%
G = 6.25%
B = 45.31%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D91CCB (or 0xD91CCB) is known color: Deep Magenta. HEX triplet: D9, 1C and CB. RGB value is (217,28,203). Sum of RGB (Red+Green+Blue) = 217+28+203=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 28 (11.33% from 255 or 6.25% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D91CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91CCB is #26E334. Grayscale: #676767. Windows color (decimal): -2548533 or 13311193. OLE color: 13311193.

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

Color convert

RGB 217 28 203 -
CMYK 0 0.87 0.06 0.15
HSL 304.44º 0.77% 0.48% -
HSV(B) 304.44º 0.87% 0.85% -
XYZ 39.81 19.89 58.24 -
YUV 104.46 183.62 208.27 -
System Red Green Blue C M Y K H S L
Decimal 217 28 203 0 0.87 0.06 0.15 304.44 0.77 0.48
Hex D9 1C CB 0 57 6 F 130 4D 30
Octal 331 34 313 0 127 6 17 460 115 60
Binary 11011001 11100 11001011 0 1010111 110 1111 100110000 1001101 110000

Color Harmonies of #D91CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91CCB

Black with #D91CCB

Text Example


Text Example

White with #D91CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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