Html Css Color HEX #D13B76 Deep Cerise

📋 copy color: '#D13B76'

red 209 ◦ green 59 ◦ blue 118

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

Shades of Deep Cerise #D13B76

Tints of Deep Cerise #D13B76

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.28%

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

R = 54.15%
G = 15.28%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D13B76 (or 0xD13B76) is known color: Deep Cerise. HEX triplet: D1, 3B and 76. RGB value is (209,59,118). Sum of RGB (Red+Green+Blue) = 209+59+118=386 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.15% from 386); Green value is 59 (23.44% from 255 or 15.28% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 209 - color contains mainly: red. Hex color #D13B76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13B76 is #2EC489. Grayscale: #6E6E6E. Windows color (decimal): -3064970 or 7748561. OLE color: 7748561.

HSL color Cylindrical-coordinate representation of color #D13B76: hue angle of 336.4º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13B76 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 59 118 -
CMYK 0 0.72 0.44 0.18
HSL 336.4º 0.62% 0.53% -
HSV(B) 336.4º 0.72% 0.82% -
XYZ 31.13 17.99 18.97 -
YUV 110.58 132.2 198.2 -
System Red Green Blue C M Y K H S L
Decimal 209 59 118 0 0.72 0.44 0.18 336.4 0.62 0.53
Hex D1 3B 76 0 48 2C 12 150 3E 35
Octal 321 73 166 0 110 54 22 520 76 65
Binary 11010001 111011 1110110 0 1001000 101100 10010 101010000 111110 110101

Color Harmonies of #D13B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13B76

Black with #D13B76

Text Example


Text Example

White with #D13B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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