Html Css Color HEX #D53570 Cerise

📋 copy color: '#D53570'

red 213 ◦ green 53 ◦ blue 112

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

Shades of Cerise #D53570

Tints of Cerise #D53570

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.02%

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

R = 56.35%
G = 14.02%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D53570 (or 0xD53570) is known color: Cerise. HEX triplet: D5, 35 and 70. RGB value is (213,53,112). Sum of RGB (Red+Green+Blue) = 213+53+112=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 53 (21.09% from 255 or 14.02% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D53570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53570 is #2ACA8F. Grayscale: #6B6B6B. Windows color (decimal): -2804368 or 7353813. OLE color: 7353813.

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

Color convert

RGB 213 53 112 -
CMYK 0 0.75 0.47 0.16
HSL 337.88º 0.66% 0.52% -
HSV(B) 337.88º 0.75% 0.84% -
XYZ 31.64 17.86 17.11 -
YUV 107.57 130.51 203.2 -
System Red Green Blue C M Y K H S L
Decimal 213 53 112 0 0.75 0.47 0.16 337.88 0.66 0.52
Hex D5 35 70 0 4B 2F 10 152 42 34
Octal 325 65 160 0 113 57 20 522 102 64
Binary 11010101 110101 1110000 0 1001011 101111 10000 101010010 1000010 110100

Color Harmonies of #D53570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53570

Black with #D53570

Text Example


Text Example

White with #D53570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53570; }

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

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

background-color css

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

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

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

border-color css

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

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

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