Html Css Color HEX #D31CBD Deep Magenta

📋 copy color: '#D31CBD'

red 211 ◦ green 28 ◦ blue 189

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

Shades of Deep Magenta #D31CBD

Tints of Deep Magenta #D31CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.16%

R = 49.3%
G = 6.54%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D31CBD (or 0xD31CBD) is known color: Deep Magenta. HEX triplet: D3, 1C and BD. RGB value is (211,28,189). Sum of RGB (Red+Green+Blue) = 211+28+189=428 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.30% from 428); Green value is 28 (11.33% from 255 or 6.54% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 211 - color contains mainly: red. Hex color #D31CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31CBD is #2CE342. Grayscale: #646464. Windows color (decimal): -2941763 or 12393683. OLE color: 12393683.

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

Color convert

RGB 211 28 189 -
CMYK 0 0.87 0.10 0.17
HSL 307.21º 0.77% 0.47% -
HSV(B) 307.21º 0.87% 0.83% -
XYZ 36.46 18.35 49.76 -
YUV 101.07 177.63 206.41 -
System Red Green Blue C M Y K H S L
Decimal 211 28 189 0 0.87 0.10 0.17 307.21 0.77 0.47
Hex D3 1C BD 0 57 A 11 133 4D 2F
Octal 323 34 275 0 127 12 21 463 115 57
Binary 11010011 11100 10111101 0 1010111 1010 10001 100110011 1001101 101111

Color Harmonies of #D31CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31CBD

Black with #D31CBD

Text Example


Text Example

White with #D31CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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