Html Css Color HEX #D53076 Deep Cerise

📋 copy color: '#D53076'

red 213 ◦ green 48 ◦ blue 118

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

Shades of Deep Cerise #D53076

Tints of Deep Cerise #D53076

RGB

 RED value IS 213 (83.59% from 255) = 56.2%

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

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

R = 56.2%
G = 12.66%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D53076 (or 0xD53076) is known color: Deep Cerise. HEX triplet: D5, 30 and 76. RGB value is (213,48,118). Sum of RGB (Red+Green+Blue) = 213+48+118=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 48 (19.14% from 255 or 12.66% from 379); Blue value is 118 (46.48% from 255 or 31.13% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D53076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53076 is #2ACF89. Grayscale: #696969. Windows color (decimal): -2805642 or 7745749. OLE color: 7745749.

HSL color Cylindrical-coordinate representation of color #D53076: hue angle of 334.55º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D53076 is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 48 118 -
CMYK 0 0.77 0.45 0.16
HSL 334.55º 0.66% 0.51% -
HSV(B) 334.55º 0.77% 0.84% -
XYZ 31.77 17.57 18.86 -
YUV 105.32 135.16 204.81 -
System Red Green Blue C M Y K H S L
Decimal 213 48 118 0 0.77 0.45 0.16 334.55 0.66 0.51
Hex D5 30 76 0 4D 2D 10 14F 42 33
Octal 325 60 166 0 115 55 20 517 102 63
Binary 11010101 110000 1110110 0 1001101 101101 10000 101001111 1000010 110011

Color Harmonies of #D53076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53076

Black with #D53076

Text Example


Text Example

White with #D53076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53076; }

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

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

background-color css

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

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

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

border-color css

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

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

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