Html Css Color HEX #D52289 Deep Cerise

📋 copy color: '#D52289'

red 213 ◦ green 34 ◦ blue 137

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

Shades of Deep Cerise #D52289

Tints of Deep Cerise #D52289

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.85%

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

R = 55.47%
G = 8.85%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D52289 (or 0xD52289) is known color: Deep Cerise. HEX triplet: D5, 22 and 89. RGB value is (213,34,137). Sum of RGB (Red+Green+Blue) = 213+34+137=384 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.47% from 384); Green value is 34 (13.67% from 255 or 8.85% from 384); Blue value is 137 (53.91% from 255 or 35.68% from 384); Max value from RGB is 213 - color contains mainly: red. Hex color #D52289 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52289 is #2ADD76. Grayscale: #636363. Windows color (decimal): -2809207 or 8987349. OLE color: 8987349.

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

Color convert

RGB 213 34 137 -
CMYK 0 0.84 0.36 0.16
HSL 325.47º 0.72% 0.48% -
HSV(B) 325.47º 0.84% 0.84% -
XYZ 32.53 17.1 25.25 -
YUV 99.26 149.3 209.12 -
System Red Green Blue C M Y K H S L
Decimal 213 34 137 0 0.84 0.36 0.16 325.47 0.72 0.48
Hex D5 22 89 0 54 24 10 145 48 30
Octal 325 42 211 0 124 44 20 505 110 60
Binary 11010101 100010 10001001 0 1010100 100100 10000 101000101 1001000 110000

Color Harmonies of #D52289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52289

Black with #D52289

Text Example


Text Example

White with #D52289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52289; }

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

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

background-color css

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

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

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

border-color css

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

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

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