Html Css Color HEX #D13077 Deep Cerise

📋 copy color: '#D13077'

red 209 ◦ green 48 ◦ blue 119

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

Shades of Deep Cerise #D13077

Tints of Deep Cerise #D13077

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.77%

 BLUE value IS 119 (46.88% from 255) = 31.65%

R = 55.59%
G = 12.77%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D13077 (or 0xD13077) is known color: Deep Cerise. HEX triplet: D1, 30 and 77. RGB value is (209,48,119). Sum of RGB (Red+Green+Blue) = 209+48+119=376 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.59% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 209 - color contains mainly: red. Hex color #D13077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13077 is #2ECF88. Grayscale: #686868. Windows color (decimal): -3067785 or 7811281. OLE color: 7811281.

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

Color convert

RGB 209 48 119 -
CMYK 0 0.77 0.43 0.18
HSL 333.54º 0.64% 0.5% -
HSV(B) 333.54º 0.77% 0.82% -
XYZ 30.68 17 19.12 -
YUV 104.23 136.34 202.73 -
System Red Green Blue C M Y K H S L
Decimal 209 48 119 0 0.77 0.43 0.18 333.54 0.64 0.5
Hex D1 30 77 0 4D 2B 12 14E 40 32
Octal 321 60 167 0 115 53 22 516 100 62
Binary 11010001 110000 1110111 0 1001101 101011 10010 101001110 1000000 110010

Color Harmonies of #D13077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13077

Black with #D13077

Text Example


Text Example

White with #D13077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13077; }

 p { color: rgb(209,48,119); }

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

background-color css

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

 a { background-color: rgb(209,48,119); }

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

border-color css

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

 span { border-color: rgb(209,48,119); }

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