Html Css Color HEX #D53359 Cerise

📋 copy color: '#D53359'

red 213 ◦ green 51 ◦ blue 89

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

Shades of Cerise #D53359

Tints of Cerise #D53359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 25.21%

R = 60.34%
G = 14.45%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D53359 (or 0xD53359) is known color: Cerise. HEX triplet: D5, 33 and 59. RGB value is (213,51,89). Sum of RGB (Red+Green+Blue) = 213+51+89=353 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.34% from 353); Green value is 51 (20.31% from 255 or 14.45% from 353); Blue value is 89 (35.16% from 255 or 25.21% from 353); Max value from RGB is 213 - color contains mainly: red. Hex color #D53359 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53359 is #2ACCA6. Grayscale: #676767. Windows color (decimal): -2804903 or 5845973. OLE color: 5845973.

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

Color convert

RGB 213 51 89 -
CMYK 0 0.76 0.58 0.16
HSL 345.93º 0.66% 0.52% -
HSV(B) 345.93º 0.76% 0.84% -
XYZ 30.43 17.24 11.17 -
YUV 103.77 119.67 205.91 -
System Red Green Blue C M Y K H S L
Decimal 213 51 89 0 0.76 0.58 0.16 345.93 0.66 0.52
Hex D5 33 59 0 4C 3A 10 15A 42 34
Octal 325 63 131 0 114 72 20 532 102 64
Binary 11010101 110011 1011001 0 1001100 111010 10000 101011010 1000010 110100

Color Harmonies of #D53359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53359

Black with #D53359

Text Example


Text Example

White with #D53359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53359; }

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

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

background-color css

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

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

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

border-color css

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

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

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