Html Css Color HEX #D13076 Deep Cerise

📋 copy color: '#D13076'

red 209 ◦ green 48 ◦ blue 118

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

Shades of Deep Cerise #D13076

Tints of Deep Cerise #D13076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.47%

R = 55.73%
G = 12.8%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D13076 (or 0xD13076) is known color: Deep Cerise. HEX triplet: D1, 30 and 76. RGB value is (209,48,118). Sum of RGB (Red+Green+Blue) = 209+48+118=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 48 (19.14% from 255 or 12.8% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D13076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13076 is #2ECF89. Grayscale: #686868. Windows color (decimal): -3067786 or 7745745. OLE color: 7745745.

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

Color convert

RGB 209 48 118 -
CMYK 0 0.77 0.44 0.18
HSL 333.91º 0.64% 0.5% -
HSV(B) 333.91º 0.77% 0.82% -
XYZ 30.62 16.98 18.8 -
YUV 104.12 135.84 202.81 -
System Red Green Blue C M Y K H S L
Decimal 209 48 118 0 0.77 0.44 0.18 333.91 0.64 0.5
Hex D1 30 76 0 4D 2C 12 14E 40 32
Octal 321 60 166 0 115 54 22 516 100 62
Binary 11010001 110000 1110110 0 1001101 101100 10010 101001110 1000000 110010

Color Harmonies of #D13076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13076

Black with #D13076

Text Example


Text Example

White with #D13076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13076; }

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

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

background-color css

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

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

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

border-color css

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

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

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