Html Css Color HEX #D52890 Deep Cerise

📋 copy color: '#D52890'

red 213 ◦ green 40 ◦ blue 144

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

Shades of Deep Cerise #D52890

Tints of Deep Cerise #D52890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.27%

R = 53.65%
G = 10.08%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D52890 (or 0xD52890) is known color: Deep Cerise. HEX triplet: D5, 28 and 90. RGB value is (213,40,144). Sum of RGB (Red+Green+Blue) = 213+40+144=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 40 (16.02% from 255 or 10.08% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D52890 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52890 is #2AD76F. Grayscale: #676767. Windows color (decimal): -2807664 or 9447637. OLE color: 9447637.

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

Color convert

RGB 213 40 144 -
CMYK 0 0.81 0.32 0.16
HSL 323.93º 0.68% 0.5% -
HSV(B) 323.93º 0.81% 0.84% -
XYZ 33.23 17.68 28.05 -
YUV 103.58 150.81 206.04 -
System Red Green Blue C M Y K H S L
Decimal 213 40 144 0 0.81 0.32 0.16 323.93 0.68 0.5
Hex D5 28 90 0 51 20 10 144 44 32
Octal 325 50 220 0 121 40 20 504 104 62
Binary 11010101 101000 10010000 0 1010001 100000 10000 101000100 1000100 110010

Color Harmonies of #D52890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52890

Black with #D52890

Text Example


Text Example

White with #D52890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52890; }

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

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

background-color css

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

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

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

border-color css

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

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

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