Html Css Color HEX #D53856 Cerise

📋 copy color: '#D53856'

red 213 ◦ green 56 ◦ blue 86

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

Shades of Cerise #D53856

Tints of Cerise #D53856

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.77%

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

R = 60%
G = 15.77%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D53856 (or 0xD53856) is known color: Cerise. HEX triplet: D5, 38 and 56. RGB value is (213,56,86). Sum of RGB (Red+Green+Blue) = 213+56+86=355 (47% of max value = 765). Red value is 213 (83.59% from 255 or 60% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 86 (33.98% from 255 or 24.23% from 355); Max value from RGB is 213 - color contains mainly: red. Hex color #D53856 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53856 is #2AC7A9. Grayscale: #6A6A6A. Windows color (decimal): -2803626 or 5650645. OLE color: 5650645.

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

Color convert

RGB 213 56 86 -
CMYK 0 0.74 0.60 0.16
HSL 348.54º 0.65% 0.53% -
HSV(B) 348.54º 0.74% 0.84% -
XYZ 30.53 17.65 10.6 -
YUV 106.36 116.51 204.06 -
System Red Green Blue C M Y K H S L
Decimal 213 56 86 0 0.74 0.60 0.16 348.54 0.65 0.53
Hex D5 38 56 0 4A 3C 10 15D 41 35
Octal 325 70 126 0 112 74 20 535 101 65
Binary 11010101 111000 1010110 0 1001010 111100 10000 101011101 1000001 110101

Color Harmonies of #D53856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53856

Black with #D53856

Text Example


Text Example

White with #D53856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53856; }

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

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

background-color css

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

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

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

border-color css

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

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

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