Html Css Color HEX #D52E89 Deep Cerise

📋 copy color: '#D52E89'

red 213 ◦ green 46 ◦ blue 137

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

Shades of Deep Cerise #D52E89

Tints of Deep Cerise #D52E89

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.62%

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

R = 53.79%
G = 11.62%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D52E89 (or 0xD52E89) is known color: Deep Cerise. HEX triplet: D5, 2E and 89. RGB value is (213,46,137). Sum of RGB (Red+Green+Blue) = 213+46+137=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 46 (18.36% from 255 or 11.62% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52E89 is #2AD176. Grayscale: #6A6A6A. Windows color (decimal): -2806135 or 8990421. OLE color: 8990421.

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

Color convert

RGB 213 46 137 -
CMYK 0 0.78 0.36 0.16
HSL 327.31º 0.67% 0.51% -
HSV(B) 327.31º 0.78% 0.84% -
XYZ 32.93 17.91 25.39 -
YUV 106.31 145.33 204.1 -
System Red Green Blue C M Y K H S L
Decimal 213 46 137 0 0.78 0.36 0.16 327.31 0.67 0.51
Hex D5 2E 89 0 4E 24 10 147 43 33
Octal 325 56 211 0 116 44 20 507 103 63
Binary 11010101 101110 10001001 0 1001110 100100 10000 101000111 1000011 110011

Color Harmonies of #D52E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52E89

Black with #D52E89

Text Example


Text Example

White with #D52E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52E89; }

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

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

background-color css

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

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

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

border-color css

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

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

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