Html Css Color HEX #D131A8 Deep Cerise

📋 copy color: '#D131A8'

red 209 ◦ green 49 ◦ blue 168

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

Shades of Deep Cerise #D131A8

Tints of Deep Cerise #D131A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.44%

R = 49.06%
G = 11.5%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D131A8 (or 0xD131A8) is known color: Deep Cerise. HEX triplet: D1, 31 and A8. RGB value is (209,49,168). Sum of RGB (Red+Green+Blue) = 209+49+168=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 49 (19.53% from 255 or 11.50% from 426); Blue value is 168 (66.02% from 255 or 39.44% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D131A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D131A8 is #2ECE57. Grayscale: #6E6E6E. Windows color (decimal): -3067480 or 11022801. OLE color: 11022801.

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

Color convert

RGB 209 49 168 -
CMYK 0 0.77 0.20 0.18
HSL 315.38º 0.63% 0.51% -
HSV(B) 315.38º 0.77% 0.82% -
XYZ 34.46 18.58 38.82 -
YUV 110.41 160.51 198.32 -
System Red Green Blue C M Y K H S L
Decimal 209 49 168 0 0.77 0.20 0.18 315.38 0.63 0.51
Hex D1 31 A8 0 4D 14 12 13B 3F 33
Octal 321 61 250 0 115 24 22 473 77 63
Binary 11010001 110001 10101000 0 1001101 10100 10010 100111011 111111 110011

Color Harmonies of #D131A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D131A8

Black with #D131A8

Text Example


Text Example

White with #D131A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D131A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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