Html Css Color HEX #D53B5B Cerise

📋 copy color: '#D53B5B'

red 213 ◦ green 59 ◦ blue 91

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

Shades of Cerise #D53B5B

Tints of Cerise #D53B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.07%

R = 58.68%
G = 16.25%
B = 25.07%

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

#D53B5B (or 0xD53B5B) is known color: Cerise. HEX triplet: D5, 3B and 5B. RGB value is (213,59,91). Sum of RGB (Red+Green+Blue) = 213+59+91=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 59 (23.44% from 255 or 16.25% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D53B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53B5B is #2AC4A4. Grayscale: #6C6C6C. Windows color (decimal): -2802853 or 5979093. OLE color: 5979093.

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

Color convert

RGB 213 59 91 -
CMYK 0 0.72 0.57 0.16
HSL 347.53º 0.65% 0.53% -
HSV(B) 347.53º 0.72% 0.84% -
XYZ 30.89 18.03 11.75 -
YUV 108.69 118.02 202.4 -
System Red Green Blue C M Y K H S L
Decimal 213 59 91 0 0.72 0.57 0.16 347.53 0.65 0.53
Hex D5 3B 5B 0 48 39 10 15C 41 35
Octal 325 73 133 0 110 71 20 534 101 65
Binary 11010101 111011 1011011 0 1001000 111001 10000 101011100 1000001 110101

Color Harmonies of #D53B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53B5B

Black with #D53B5B

Text Example


Text Example

White with #D53B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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