Html Css Color HEX #D53573 Cerise

📋 copy color: '#D53573'

red 213 ◦ green 53 ◦ blue 115

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

Shades of Cerise #D53573

Tints of Cerise #D53573

RGB

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

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

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

R = 55.91%
G = 13.91%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D53573 (or 0xD53573) is known color: Cerise. HEX triplet: D5, 35 and 73. RGB value is (213,53,115). Sum of RGB (Red+Green+Blue) = 213+53+115=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 53 (21.09% from 255 or 13.91% from 381); Blue value is 115 (45.31% from 255 or 30.18% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D53573 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53573 is #2ACA8C. Grayscale: #6B6B6B. Windows color (decimal): -2804365 or 7550421. OLE color: 7550421.

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

Color convert

RGB 213 53 115 -
CMYK 0 0.75 0.46 0.16
HSL 336.75º 0.66% 0.52% -
HSV(B) 336.75º 0.75% 0.84% -
XYZ 31.81 17.93 18 -
YUV 107.91 132.01 202.96 -
System Red Green Blue C M Y K H S L
Decimal 213 53 115 0 0.75 0.46 0.16 336.75 0.66 0.52
Hex D5 35 73 0 4B 2E 10 151 42 34
Octal 325 65 163 0 113 56 20 521 102 64
Binary 11010101 110101 1110011 0 1001011 101110 10000 101010001 1000010 110100

Color Harmonies of #D53573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53573

Black with #D53573

Text Example


Text Example

White with #D53573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53573; }

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

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

background-color css

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

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

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

border-color css

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

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

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