Html Css Color HEX #D53588 Deep Cerise

📋 copy color: '#D53588'

red 213 ◦ green 53 ◦ blue 136

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

Shades of Deep Cerise #D53588

Tints of Deep Cerise #D53588

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.18%

 BLUE value IS 136 (53.52% from 255) = 33.83%

R = 52.99%
G = 13.18%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D53588 (or 0xD53588) is known color: Deep Cerise. HEX triplet: D5, 35 and 88. RGB value is (213,53,136). Sum of RGB (Red+Green+Blue) = 213+53+136=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 53 (21.09% from 255 or 13.18% from 402); Blue value is 136 (53.52% from 255 or 33.83% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D53588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53588 is #2ACA77. Grayscale: #6E6E6E. Windows color (decimal): -2804344 or 8926677. OLE color: 8926677.

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

Color convert

RGB 213 53 136 -
CMYK 0 0.75 0.36 0.16
HSL 328.88º 0.66% 0.52% -
HSV(B) 328.88º 0.75% 0.84% -
XYZ 33.16 18.47 25.11 -
YUV 110.3 142.51 201.25 -
System Red Green Blue C M Y K H S L
Decimal 213 53 136 0 0.75 0.36 0.16 328.88 0.66 0.52
Hex D5 35 88 0 4B 24 10 149 42 34
Octal 325 65 210 0 113 44 20 511 102 64
Binary 11010101 110101 10001000 0 1001011 100100 10000 101001001 1000010 110100

Color Harmonies of #D53588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53588

Black with #D53588

Text Example


Text Example

White with #D53588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53588; }

 p { color: rgb(213,53,136); }

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

background-color css

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

 a { background-color: rgb(213,53,136); }

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

border-color css

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

 span { border-color: rgb(213,53,136); }

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