Html Css Color HEX #D31CC9 Deep Magenta

📋 copy color: '#D31CC9'

red 211 ◦ green 28 ◦ blue 201

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

Shades of Deep Magenta #D31CC9

Tints of Deep Magenta #D31CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 45.68%

R = 47.95%
G = 6.36%
B = 45.68%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D31CC9 (or 0xD31CC9) is known color: Deep Magenta. HEX triplet: D3, 1C and C9. RGB value is (211,28,201). Sum of RGB (Red+Green+Blue) = 211+28+201=440 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.95% from 440); Green value is 28 (11.33% from 255 or 6.36% from 440); Blue value is 201 (78.91% from 255 or 45.68% from 440); Max value from RGB is 211 - color contains mainly: red. Hex color #D31CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31CC9 is #2CE336. Grayscale: #656565. Windows color (decimal): -2941751 or 13180115. OLE color: 13180115.

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

Color convert

RGB 211 28 201 -
CMYK 0 0.87 0.05 0.17
HSL 303.28º 0.77% 0.47% -
HSV(B) 303.28º 0.87% 0.83% -
XYZ 37.82 18.9 56.91 -
YUV 102.44 183.63 205.43 -
System Red Green Blue C M Y K H S L
Decimal 211 28 201 0 0.87 0.05 0.17 303.28 0.77 0.47
Hex D3 1C C9 0 57 5 11 12F 4D 2F
Octal 323 34 311 0 127 5 21 457 115 57
Binary 11010011 11100 11001001 0 1010111 101 10001 100101111 1001101 101111

Color Harmonies of #D31CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31CC9

Black with #D31CC9

Text Example


Text Example

White with #D31CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31CC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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