Html Css Color HEX #D53970 Cerise

📋 copy color: '#D53970'

red 213 ◦ green 57 ◦ blue 112

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

Shades of Cerise #D53970

Tints of Cerise #D53970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.32%

R = 55.76%
G = 14.92%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D53970 (or 0xD53970) is known color: Cerise. HEX triplet: D5, 39 and 70. RGB value is (213,57,112). Sum of RGB (Red+Green+Blue) = 213+57+112=382 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.76% from 382); Green value is 57 (22.66% from 255 or 14.92% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 213 - color contains mainly: red. Hex color #D53970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53970 is #2AC68F. Grayscale: #6D6D6D. Windows color (decimal): -2803344 or 7354837. OLE color: 7354837.

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

Color convert

RGB 213 57 112 -
CMYK 0 0.73 0.47 0.16
HSL 338.85º 0.65% 0.53% -
HSV(B) 338.85º 0.73% 0.84% -
XYZ 31.83 18.24 17.17 -
YUV 109.91 129.18 201.53 -
System Red Green Blue C M Y K H S L
Decimal 213 57 112 0 0.73 0.47 0.16 338.85 0.65 0.53
Hex D5 39 70 0 49 2F 10 153 41 35
Octal 325 71 160 0 111 57 20 523 101 65
Binary 11010101 111001 1110000 0 1001001 101111 10000 101010011 1000001 110101

Color Harmonies of #D53970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53970

Black with #D53970

Text Example


Text Example

White with #D53970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53970; }

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

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

background-color css

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

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

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

border-color css

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

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

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