Html Css Color HEX #D53A5C Cerise

📋 copy color: '#D53A5C'

red 213 ◦ green 58 ◦ blue 92

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

Shades of Cerise #D53A5C

Tints of Cerise #D53A5C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.98%

 BLUE value IS 92 (36.33% from 255) = 25.34%

R = 58.68%
G = 15.98%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D53A5C (or 0xD53A5C) is known color: Cerise. HEX triplet: D5, 3A and 5C. RGB value is (213,58,92). Sum of RGB (Red+Green+Blue) = 213+58+92=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 58 (23.05% from 255 or 15.98% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D53A5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53A5C is #2AC5A3. Grayscale: #6C6C6C. Windows color (decimal): -2803108 or 6044373. OLE color: 6044373.

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

Color convert

RGB 213 58 92 -
CMYK 0 0.73 0.57 0.16
HSL 346.84º 0.65% 0.53% -
HSV(B) 346.84º 0.73% 0.84% -
XYZ 30.89 17.94 11.96 -
YUV 108.22 118.85 202.74 -
System Red Green Blue C M Y K H S L
Decimal 213 58 92 0 0.73 0.57 0.16 346.84 0.65 0.53
Hex D5 3A 5C 0 49 39 10 15B 41 35
Octal 325 72 134 0 111 71 20 533 101 65
Binary 11010101 111010 1011100 0 1001001 111001 10000 101011011 1000001 110101

Color Harmonies of #D53A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53A5C

Black with #D53A5C

Text Example


Text Example

White with #D53A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53A5C; }

 p { color: rgb(213,58,92); }

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

background-color css

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

 a { background-color: rgb(213,58,92); }

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

border-color css

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

 span { border-color: rgb(213,58,92); }

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