Html Css Color HEX #D131AE Deep Cerise

📋 copy color: '#D131AE'

red 209 ◦ green 49 ◦ blue 174

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

Shades of Deep Cerise #D131AE

Tints of Deep Cerise #D131AE

RGB

 RED value IS 209 (82.03% from 255) = 48.38%

 GREEN value IS 49 (19.53% from 255) = 11.34%

 BLUE value IS 174 (68.36% from 255) = 40.28%

R = 48.38%
G = 11.34%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D131AE (or 0xD131AE) is known color: Deep Cerise. HEX triplet: D1, 31 and AE. RGB value is (209,49,174). Sum of RGB (Red+Green+Blue) = 209+49+174=432 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.38% from 432); Green value is 49 (19.53% from 255 or 11.34% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 209 - color contains mainly: red. Hex color #D131AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D131AE is #2ECE51. Grayscale: #6E6E6E. Windows color (decimal): -3067474 or 11416017. OLE color: 11416017.

HSL color Cylindrical-coordinate representation of color #D131AE: hue angle of 313.12º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D131AE is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 49 174 -
CMYK 0 0.77 0.17 0.18
HSL 313.13º 0.63% 0.51% -
HSV(B) 313.13º 0.77% 0.82% -
XYZ 35.03 18.81 41.83 -
YUV 111.09 163.51 197.84 -
System Red Green Blue C M Y K H S L
Decimal 209 49 174 0 0.77 0.17 0.18 313.13 0.63 0.51
Hex D1 31 AE 0 4D 11 12 139 3F 33
Octal 321 61 256 0 115 21 22 471 77 63
Binary 11010001 110001 10101110 0 1001101 10001 10010 100111001 111111 110011

Color Harmonies of #D131AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D131AE

Black with #D131AE

Text Example


Text Example

White with #D131AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D131AE; }

 p { color: rgb(209,49,174); }

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

background-color css

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

 a { background-color: rgb(209,49,174); }

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

border-color css

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

 span { border-color: rgb(209,49,174); }

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