Html Css Color HEX #D53656 Cerise

📋 copy color: '#D53656'

red 213 ◦ green 54 ◦ blue 86

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

Shades of Cerise #D53656

Tints of Cerise #D53656

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.3%

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

R = 60.34%
G = 15.3%
B = 24.36%

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

#D53656 (or 0xD53656) is known color: Cerise. HEX triplet: D5, 36 and 56. RGB value is (213,54,86). Sum of RGB (Red+Green+Blue) = 213+54+86=353 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.34% from 353); Green value is 54 (21.48% from 255 or 15.30% from 353); Blue value is 86 (33.98% from 255 or 24.36% from 353); Max value from RGB is 213 - color contains mainly: red. Hex color #D53656 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53656 is #2AC9A9. Grayscale: #696969. Windows color (decimal): -2804138 or 5650133. OLE color: 5650133.

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

Color convert

RGB 213 54 86 -
CMYK 0 0.75 0.60 0.16
HSL 347.92º 0.65% 0.52% -
HSV(B) 347.92º 0.75% 0.84% -
XYZ 30.44 17.46 10.57 -
YUV 105.19 117.18 204.9 -
System Red Green Blue C M Y K H S L
Decimal 213 54 86 0 0.75 0.60 0.16 347.92 0.65 0.52
Hex D5 36 56 0 4B 3C 10 15C 41 34
Octal 325 66 126 0 113 74 20 534 101 64
Binary 11010101 110110 1010110 0 1001011 111100 10000 101011100 1000001 110100

Color Harmonies of #D53656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53656

Black with #D53656

Text Example


Text Example

White with #D53656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53656; }

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

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

background-color css

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

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

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

border-color css

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

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

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