Html Css Color HEX #D52889 Deep Cerise

📋 copy color: '#D52889'

red 213 ◦ green 40 ◦ blue 137

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

Shades of Deep Cerise #D52889

Tints of Deep Cerise #D52889

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.26%

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

R = 54.62%
G = 10.26%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D52889 (or 0xD52889) is known color: Deep Cerise. HEX triplet: D5, 28 and 89. RGB value is (213,40,137). Sum of RGB (Red+Green+Blue) = 213+40+137=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 40 (16.02% from 255 or 10.26% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D52889 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52889 is #2AD776. Grayscale: #666666. Windows color (decimal): -2807671 or 8988885. OLE color: 8988885.

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

Color convert

RGB 213 40 137 -
CMYK 0 0.81 0.36 0.16
HSL 326.36º 0.68% 0.5% -
HSV(B) 326.36º 0.81% 0.84% -
XYZ 32.71 17.47 25.31 -
YUV 102.79 147.31 206.61 -
System Red Green Blue C M Y K H S L
Decimal 213 40 137 0 0.81 0.36 0.16 326.36 0.68 0.5
Hex D5 28 89 0 51 24 10 146 44 32
Octal 325 50 211 0 121 44 20 506 104 62
Binary 11010101 101000 10001001 0 1010001 100100 10000 101000110 1000100 110010

Color Harmonies of #D52889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52889

Black with #D52889

Text Example


Text Example

White with #D52889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52889; }

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

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

background-color css

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

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

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

border-color css

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

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

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