Html Css Color HEX #D31CBB Deep Magenta

📋 copy color: '#D31CBB'

red 211 ◦ green 28 ◦ blue 187

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

Shades of Deep Magenta #D31CBB

Tints of Deep Magenta #D31CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.9%

R = 49.53%
G = 6.57%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D31CBB (or 0xD31CBB) is known color: Deep Magenta. HEX triplet: D3, 1C and BB. RGB value is (211,28,187). Sum of RGB (Red+Green+Blue) = 211+28+187=426 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.53% from 426); Green value is 28 (11.33% from 255 or 6.57% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 211 - color contains mainly: red. Hex color #D31CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31CBB is #2CE344. Grayscale: #646464. Windows color (decimal): -2941765 or 12262611. OLE color: 12262611.

HSL color Cylindrical-coordinate representation of color #D31CBB: hue angle of 307.87º 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 #D31CBB is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 28 187 -
CMYK 0 0.87 0.11 0.17
HSL 307.87º 0.77% 0.47% -
HSV(B) 307.87º 0.87% 0.83% -
XYZ 36.25 18.27 48.63 -
YUV 100.84 176.63 206.57 -
System Red Green Blue C M Y K H S L
Decimal 211 28 187 0 0.87 0.11 0.17 307.87 0.77 0.47
Hex D3 1C BB 0 57 B 11 134 4D 2F
Octal 323 34 273 0 127 13 21 464 115 57
Binary 11010011 11100 10111011 0 1010111 1011 10001 100110100 1001101 101111

Color Harmonies of #D31CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31CBB

Black with #D31CBB

Text Example


Text Example

White with #D31CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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