Html Css Color HEX #D131A0 Deep Cerise

📋 copy color: '#D131A0'

red 209 ◦ green 49 ◦ blue 160

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

Shades of Deep Cerise #D131A0

Tints of Deep Cerise #D131A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 38.28%

R = 50%
G = 11.72%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D131A0 (or 0xD131A0) is known color: Deep Cerise. HEX triplet: D1, 31 and A0. RGB value is (209,49,160). Sum of RGB (Red+Green+Blue) = 209+49+160=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 49 (19.53% from 255 or 11.72% from 418); Blue value is 160 (62.89% from 255 or 38.28% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D131A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D131A0 is #2ECE5F. Grayscale: #6D6D6D. Windows color (decimal): -3067488 or 10498513. OLE color: 10498513.

HSL color Cylindrical-coordinate representation of color #D131A0: hue angle of 318.38º 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 #D131A0 is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 49 160 -
CMYK 0 0.77 0.23 0.18
HSL 318.38º 0.63% 0.51% -
HSV(B) 318.38º 0.77% 0.82% -
XYZ 33.74 18.29 35.01 -
YUV 109.49 156.51 198.97 -
System Red Green Blue C M Y K H S L
Decimal 209 49 160 0 0.77 0.23 0.18 318.38 0.63 0.51
Hex D1 31 A0 0 4D 17 12 13E 3F 33
Octal 321 61 240 0 115 27 22 476 77 63
Binary 11010001 110001 10100000 0 1001101 10111 10010 100111110 111111 110011

Color Harmonies of #D131A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D131A0

Black with #D131A0

Text Example


Text Example

White with #D131A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D131A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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