Html Css Color HEX #D53556 Cerise

📋 copy color: '#D53556'

red 213 ◦ green 53 ◦ blue 86

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

Shades of Cerise #D53556

Tints of Cerise #D53556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 24.43%

R = 60.51%
G = 15.06%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D53556 (or 0xD53556) is known color: Cerise. HEX triplet: D5, 35 and 56. RGB value is (213,53,86). Sum of RGB (Red+Green+Blue) = 213+53+86=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 86 (33.98% from 255 or 24.43% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D53556 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53556 is #2ACAA9. Grayscale: #686868. Windows color (decimal): -2804394 or 5649877. OLE color: 5649877.

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

Color convert

RGB 213 53 86 -
CMYK 0 0.75 0.60 0.16
HSL 347.63º 0.66% 0.52% -
HSV(B) 347.63º 0.75% 0.84% -
XYZ 30.39 17.36 10.55 -
YUV 104.6 117.51 205.32 -
System Red Green Blue C M Y K H S L
Decimal 213 53 86 0 0.75 0.60 0.16 347.63 0.66 0.52
Hex D5 35 56 0 4B 3C 10 15C 42 34
Octal 325 65 126 0 113 74 20 534 102 64
Binary 11010101 110101 1010110 0 1001011 111100 10000 101011100 1000010 110100

Color Harmonies of #D53556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53556

Black with #D53556

Text Example


Text Example

White with #D53556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53556; }

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

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

background-color css

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

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

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

border-color css

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

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

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