Html Css Color HEX #D53589 Deep Cerise

📋 copy color: '#D53589'

red 213 ◦ green 53 ◦ blue 137

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

Shades of Deep Cerise #D53589

Tints of Deep Cerise #D53589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 34%

R = 52.85%
G = 13.15%
B = 34%

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

#D53589 (or 0xD53589) is known color: Deep Cerise. HEX triplet: D5, 35 and 89. RGB value is (213,53,137). Sum of RGB (Red+Green+Blue) = 213+53+137=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 53 (21.09% from 255 or 13.15% from 403); Blue value is 137 (53.91% from 255 or 34.00% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D53589 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53589 is #2ACA76. Grayscale: #6E6E6E. Windows color (decimal): -2804343 or 8992213. OLE color: 8992213.

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

Color convert

RGB 213 53 137 -
CMYK 0 0.75 0.36 0.16
HSL 328.5º 0.66% 0.52% -
HSV(B) 328.5º 0.75% 0.84% -
XYZ 33.23 18.5 25.49 -
YUV 110.42 143.01 201.17 -
System Red Green Blue C M Y K H S L
Decimal 213 53 137 0 0.75 0.36 0.16 328.5 0.66 0.52
Hex D5 35 89 0 4B 24 10 148 42 34
Octal 325 65 211 0 113 44 20 510 102 64
Binary 11010101 110101 10001001 0 1001011 100100 10000 101001000 1000010 110100

Color Harmonies of #D53589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53589

Black with #D53589

Text Example


Text Example

White with #D53589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53589; }

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

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

background-color css

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

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

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

border-color css

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

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

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