Html Css Color HEX #D31CCB Deep Magenta

📋 copy color: '#D31CCB'

red 211 ◦ green 28 ◦ blue 203

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

Shades of Deep Magenta #D31CCB

Tints of Deep Magenta #D31CCB

RGB

 RED value IS 211 (82.81% from 255) = 47.74%

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

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

R = 47.74%
G = 6.33%
B = 45.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D31CCB (or 0xD31CCB) is known color: Deep Magenta. HEX triplet: D3, 1C and CB. RGB value is (211,28,203). Sum of RGB (Red+Green+Blue) = 211+28+203=442 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.74% from 442); Green value is 28 (11.33% from 255 or 6.33% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 211 - color contains mainly: red. Hex color #D31CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31CCB is #2CE334. Grayscale: #666666. Windows color (decimal): -2941749 or 13311187. OLE color: 13311187.

HSL color Cylindrical-coordinate representation of color #D31CCB: hue angle of 302.62º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D31CCB is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 28 203 -
CMYK 0 0.87 0.04 0.17
HSL 302.62º 0.77% 0.47% -
HSV(B) 302.62º 0.87% 0.83% -
XYZ 38.06 18.99 58.16 -
YUV 102.67 184.63 205.27 -
System Red Green Blue C M Y K H S L
Decimal 211 28 203 0 0.87 0.04 0.17 302.62 0.77 0.47
Hex D3 1C CB 0 57 4 11 12F 4D 2F
Octal 323 34 313 0 127 4 21 457 115 57
Binary 11010011 11100 11001011 0 1010111 100 10001 100101111 1001101 101111

Color Harmonies of #D31CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31CCB

Black with #D31CCB

Text Example


Text Example

White with #D31CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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