Html Css Color HEX #D52589 Deep Cerise

📋 copy color: '#D52589'

red 213 ◦ green 37 ◦ blue 137

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

Shades of Deep Cerise #D52589

Tints of Deep Cerise #D52589

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.56%

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

R = 55.04%
G = 9.56%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D52589 (or 0xD52589) is known color: Deep Cerise. HEX triplet: D5, 25 and 89. RGB value is (213,37,137). Sum of RGB (Red+Green+Blue) = 213+37+137=387 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.04% from 387); Green value is 37 (14.84% from 255 or 9.56% from 387); Blue value is 137 (53.91% from 255 or 35.40% from 387); Max value from RGB is 213 - color contains mainly: red. Hex color #D52589 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52589 is #2ADA76. Grayscale: #646464. Windows color (decimal): -2808439 or 8988117. OLE color: 8988117.

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

Color convert

RGB 213 37 137 -
CMYK 0 0.83 0.36 0.16
HSL 325.91º 0.7% 0.49% -
HSV(B) 325.91º 0.83% 0.84% -
XYZ 32.62 17.28 25.28 -
YUV 101.02 148.31 207.87 -
System Red Green Blue C M Y K H S L
Decimal 213 37 137 0 0.83 0.36 0.16 325.91 0.7 0.49
Hex D5 25 89 0 53 24 10 146 46 31
Octal 325 45 211 0 123 44 20 506 106 61
Binary 11010101 100101 10001001 0 1010011 100100 10000 101000110 1000110 110001

Color Harmonies of #D52589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52589

Black with #D52589

Text Example


Text Example

White with #D52589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52589; }

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

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

background-color css

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

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

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

border-color css

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

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

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