Html Css Color HEX #D53972 Cerise

📋 copy color: '#D53972'

red 213 ◦ green 57 ◦ blue 114

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

Shades of Cerise #D53972

Tints of Cerise #D53972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.69%

R = 55.47%
G = 14.84%
B = 29.69%

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

#D53972 (or 0xD53972) is known color: Cerise. HEX triplet: D5, 39 and 72. RGB value is (213,57,114). Sum of RGB (Red+Green+Blue) = 213+57+114=384 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.47% from 384); Green value is 57 (22.66% from 255 or 14.84% from 384); Blue value is 114 (44.92% from 255 or 29.69% from 384); Max value from RGB is 213 - color contains mainly: red. Hex color #D53972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53972 is #2AC68D. Grayscale: #6E6E6E. Windows color (decimal): -2803342 or 7485909. OLE color: 7485909.

HSL color Cylindrical-coordinate representation of color #D53972: hue angle of 338.08º 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 #D53972 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 57 114 -
CMYK 0 0.73 0.46 0.16
HSL 338.08º 0.65% 0.53% -
HSV(B) 338.08º 0.73% 0.84% -
XYZ 31.94 18.29 17.77 -
YUV 110.14 130.18 201.37 -
System Red Green Blue C M Y K H S L
Decimal 213 57 114 0 0.73 0.46 0.16 338.08 0.65 0.53
Hex D5 39 72 0 49 2E 10 152 41 35
Octal 325 71 162 0 111 56 20 522 101 65
Binary 11010101 111001 1110010 0 1001001 101110 10000 101010010 1000001 110101

Color Harmonies of #D53972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53972

Black with #D53972

Text Example


Text Example

White with #D53972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53972; }

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

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

background-color css

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

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

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

border-color css

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

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

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