Html Css Color HEX #D53356 Cerise

📋 copy color: '#D53356'

red 213 ◦ green 51 ◦ blue 86

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

Shades of Cerise #D53356

Tints of Cerise #D53356

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.57%

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

R = 60.86%
G = 14.57%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D53356 (or 0xD53356) is known color: Cerise. HEX triplet: D5, 33 and 56. RGB value is (213,51,86). Sum of RGB (Red+Green+Blue) = 213+51+86=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 51 (20.31% from 255 or 14.57% from 350); Blue value is 86 (33.98% from 255 or 24.57% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D53356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53356 is #2ACCA9. Grayscale: #676767. Windows color (decimal): -2804906 or 5649365. OLE color: 5649365.

HSL color Cylindrical-coordinate representation of color #D53356: hue angle of 347.04º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D53356 is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 51 86 -
CMYK 0 0.76 0.60 0.16
HSL 347.04º 0.66% 0.52% -
HSV(B) 347.04º 0.76% 0.84% -
XYZ 30.3 17.19 10.52 -
YUV 103.43 118.17 206.15 -
System Red Green Blue C M Y K H S L
Decimal 213 51 86 0 0.76 0.60 0.16 347.04 0.66 0.52
Hex D5 33 56 0 4C 3C 10 15B 42 34
Octal 325 63 126 0 114 74 20 533 102 64
Binary 11010101 110011 1010110 0 1001100 111100 10000 101011011 1000010 110100

Color Harmonies of #D53356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53356

Black with #D53356

Text Example


Text Example

White with #D53356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53356; }

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

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

background-color css

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

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

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

border-color css

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

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

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