Html Css Color HEX #D53855 Cerise

📋 copy color: '#D53855'

red 213 ◦ green 56 ◦ blue 85

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

Shades of Cerise #D53855

Tints of Cerise #D53855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.01%

R = 60.17%
G = 15.82%
B = 24.01%

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

#D53855 (or 0xD53855) is known color: Cerise. HEX triplet: D5, 38 and 55. RGB value is (213,56,85). Sum of RGB (Red+Green+Blue) = 213+56+85=354 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.17% from 354); Green value is 56 (22.27% from 255 or 15.82% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 213 - color contains mainly: red. Hex color #D53855 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53855 is #2AC7AA. Grayscale: #6A6A6A. Windows color (decimal): -2803627 or 5585109. OLE color: 5585109.

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

Color convert

RGB 213 56 85 -
CMYK 0 0.74 0.60 0.16
HSL 348.92º 0.65% 0.53% -
HSV(B) 348.92º 0.74% 0.84% -
XYZ 30.49 17.63 10.39 -
YUV 106.25 116.01 204.14 -
System Red Green Blue C M Y K H S L
Decimal 213 56 85 0 0.74 0.60 0.16 348.92 0.65 0.53
Hex D5 38 55 0 4A 3C 10 15D 41 35
Octal 325 70 125 0 112 74 20 535 101 65
Binary 11010101 111000 1010101 0 1001010 111100 10000 101011101 1000001 110101

Color Harmonies of #D53855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53855

Black with #D53855

Text Example


Text Example

White with #D53855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53855; }

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

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

background-color css

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

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

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

border-color css

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

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

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