Html Css Color HEX #D53973 Cerise

📋 copy color: '#D53973'

red 213 ◦ green 57 ◦ blue 115

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

Shades of Cerise #D53973

Tints of Cerise #D53973

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.81%

 BLUE value IS 115 (45.31% from 255) = 29.87%

R = 55.32%
G = 14.81%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D53973 (or 0xD53973) is known color: Cerise. HEX triplet: D5, 39 and 73. RGB value is (213,57,115). Sum of RGB (Red+Green+Blue) = 213+57+115=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 57 (22.66% from 255 or 14.81% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D53973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53973 is #2AC68C. Grayscale: #6E6E6E. Windows color (decimal): -2803341 or 7551445. OLE color: 7551445.

HSL color Cylindrical-coordinate representation of color #D53973: hue angle of 337.69º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D53973 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 57 115 -
CMYK 0 0.73 0.46 0.16
HSL 337.69º 0.65% 0.53% -
HSV(B) 337.69º 0.73% 0.84% -
XYZ 32 18.31 18.07 -
YUV 110.26 130.68 201.28 -
System Red Green Blue C M Y K H S L
Decimal 213 57 115 0 0.73 0.46 0.16 337.69 0.65 0.53
Hex D5 39 73 0 49 2E 10 152 41 35
Octal 325 71 163 0 111 56 20 522 101 65
Binary 11010101 111001 1110011 0 1001001 101110 10000 101010010 1000001 110101

Color Harmonies of #D53973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53973

Black with #D53973

Text Example


Text Example

White with #D53973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53973; }

 p { color: rgb(213,57,115); }

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

background-color css

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

 a { background-color: rgb(213,57,115); }

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

border-color css

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

 span { border-color: rgb(213,57,115); }

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