Html Css Color HEX #D13B77 Deep Cerise

📋 copy color: '#D13B77'

red 209 ◦ green 59 ◦ blue 119

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

Shades of Deep Cerise #D13B77

Tints of Deep Cerise #D13B77

RGB

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

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

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

R = 54.01%
G = 15.25%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D13B77 (or 0xD13B77) is known color: Deep Cerise. HEX triplet: D1, 3B and 77. RGB value is (209,59,119). Sum of RGB (Red+Green+Blue) = 209+59+119=387 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.01% from 387); Green value is 59 (23.44% from 255 or 15.25% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 209 - color contains mainly: red. Hex color #D13B77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13B77 is #2EC488. Grayscale: #6E6E6E. Windows color (decimal): -3064969 or 7814097. OLE color: 7814097.

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

Color convert

RGB 209 59 119 -
CMYK 0 0.72 0.43 0.18
HSL 336º 0.62% 0.53% -
HSV(B) 336º 0.72% 0.82% -
XYZ 31.19 18.02 19.29 -
YUV 110.69 132.7 198.12 -
System Red Green Blue C M Y K H S L
Decimal 209 59 119 0 0.72 0.43 0.18 336 0.62 0.53
Hex D1 3B 77 0 48 2B 12 150 3E 35
Octal 321 73 167 0 110 53 22 520 76 65
Binary 11010001 111011 1110111 0 1001000 101011 10010 101010000 111110 110101

Color Harmonies of #D13B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13B77

Black with #D13B77

Text Example


Text Example

White with #D13B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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