Html Css Color HEX #D53870 Cerise

📋 copy color: '#D53870'

red 213 ◦ green 56 ◦ blue 112

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

Shades of Cerise #D53870

Tints of Cerise #D53870

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.7%

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

R = 55.91%
G = 14.7%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D53870 (or 0xD53870) is known color: Cerise. HEX triplet: D5, 38 and 70. RGB value is (213,56,112). Sum of RGB (Red+Green+Blue) = 213+56+112=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 56 (22.27% from 255 or 14.70% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D53870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53870 is #2AC78F. Grayscale: #6D6D6D. Windows color (decimal): -2803600 or 7354581. OLE color: 7354581.

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

Color convert

RGB 213 56 112 -
CMYK 0 0.74 0.47 0.16
HSL 338.6º 0.65% 0.53% -
HSV(B) 338.6º 0.74% 0.84% -
XYZ 31.78 18.14 17.16 -
YUV 109.33 129.51 201.95 -
System Red Green Blue C M Y K H S L
Decimal 213 56 112 0 0.74 0.47 0.16 338.6 0.65 0.53
Hex D5 38 70 0 4A 2F 10 153 41 35
Octal 325 70 160 0 112 57 20 523 101 65
Binary 11010101 111000 1110000 0 1001010 101111 10000 101010011 1000001 110101

Color Harmonies of #D53870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53870

Black with #D53870

Text Example


Text Example

White with #D53870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53870; }

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

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

background-color css

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

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

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

border-color css

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

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

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