Html Css Color HEX #D53358 Cerise

📋 copy color: '#D53358'

red 213 ◦ green 51 ◦ blue 88

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

Shades of Cerise #D53358

Tints of Cerise #D53358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25%

R = 60.51%
G = 14.49%
B = 25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D53358 (or 0xD53358) is known color: Cerise. HEX triplet: D5, 33 and 58. RGB value is (213,51,88). Sum of RGB (Red+Green+Blue) = 213+51+88=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 51 (20.31% from 255 or 14.49% from 352); Blue value is 88 (34.77% from 255 or 25% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D53358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53358 is #2ACCA7. Grayscale: #676767. Windows color (decimal): -2804904 or 5780437. OLE color: 5780437.

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

Color convert

RGB 213 51 88 -
CMYK 0 0.76 0.59 0.16
HSL 346.3º 0.66% 0.52% -
HSV(B) 346.3º 0.76% 0.84% -
XYZ 30.39 17.22 10.95 -
YUV 103.66 119.17 205.99 -
System Red Green Blue C M Y K H S L
Decimal 213 51 88 0 0.76 0.59 0.16 346.3 0.66 0.52
Hex D5 33 58 0 4C 3B 10 15A 42 34
Octal 325 63 130 0 114 73 20 532 102 64
Binary 11010101 110011 1011000 0 1001100 111011 10000 101011010 1000010 110100

Color Harmonies of #D53358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53358

Black with #D53358

Text Example


Text Example

White with #D53358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53358; }

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

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

background-color css

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

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

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

border-color css

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

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

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