Html Css Color HEX #D131A2 Deep Cerise

📋 copy color: '#D131A2'

red 209 ◦ green 49 ◦ blue 162

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

Shades of Deep Cerise #D131A2

Tints of Deep Cerise #D131A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 38.57%

R = 49.76%
G = 11.67%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D131A2 (or 0xD131A2) is known color: Deep Cerise. HEX triplet: D1, 31 and A2. RGB value is (209,49,162). Sum of RGB (Red+Green+Blue) = 209+49+162=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 49 (19.53% from 255 or 11.67% from 420); Blue value is 162 (63.67% from 255 or 38.57% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D131A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D131A2 is #2ECE5D. Grayscale: #6D6D6D. Windows color (decimal): -3067486 or 10629585. OLE color: 10629585.

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

Color convert

RGB 209 49 162 -
CMYK 0 0.77 0.22 0.18
HSL 317.63º 0.63% 0.51% -
HSV(B) 317.63º 0.77% 0.82% -
XYZ 33.91 18.36 35.94 -
YUV 109.72 157.51 198.81 -
System Red Green Blue C M Y K H S L
Decimal 209 49 162 0 0.77 0.22 0.18 317.63 0.63 0.51
Hex D1 31 A2 0 4D 16 12 13E 3F 33
Octal 321 61 242 0 115 26 22 476 77 63
Binary 11010001 110001 10100010 0 1001101 10110 10010 100111110 111111 110011

Color Harmonies of #D131A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D131A2

Black with #D131A2

Text Example


Text Example

White with #D131A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D131A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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