Html Css Color HEX #D53B5C Cerise

📋 copy color: '#D53B5C'

red 213 ◦ green 59 ◦ blue 92

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

Shades of Cerise #D53B5C

Tints of Cerise #D53B5C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.21%

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

R = 58.52%
G = 16.21%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D53B5C (or 0xD53B5C) is known color: Cerise. HEX triplet: D5, 3B and 5C. RGB value is (213,59,92). Sum of RGB (Red+Green+Blue) = 213+59+92=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 59 (23.44% from 255 or 16.21% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D53B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53B5C is #2AC4A3. Grayscale: #6C6C6C. Windows color (decimal): -2802852 or 6044629. OLE color: 6044629.

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

Color convert

RGB 213 59 92 -
CMYK 0 0.72 0.57 0.16
HSL 347.14º 0.65% 0.53% -
HSV(B) 347.14º 0.72% 0.84% -
XYZ 30.94 18.05 11.98 -
YUV 108.81 118.52 202.32 -
System Red Green Blue C M Y K H S L
Decimal 213 59 92 0 0.72 0.57 0.16 347.14 0.65 0.53
Hex D5 3B 5C 0 48 39 10 15B 41 35
Octal 325 73 134 0 110 71 20 533 101 65
Binary 11010101 111011 1011100 0 1001000 111001 10000 101011011 1000001 110101

Color Harmonies of #D53B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53B5C

Black with #D53B5C

Text Example


Text Example

White with #D53B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53B5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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