Html Css Color HEX #D52490 Deep Cerise

📋 copy color: '#D52490'

red 213 ◦ green 36 ◦ blue 144

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

Shades of Deep Cerise #D52490

Tints of Deep Cerise #D52490

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.16%

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

R = 54.2%
G = 9.16%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D52490 (or 0xD52490) is known color: Deep Cerise. HEX triplet: D5, 24 and 90. RGB value is (213,36,144). Sum of RGB (Red+Green+Blue) = 213+36+144=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 36 (14.45% from 255 or 9.16% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D52490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52490 is #2ADB6F. Grayscale: #646464. Windows color (decimal): -2808688 or 9446613. OLE color: 9446613.

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

Color convert

RGB 213 36 144 -
CMYK 0 0.83 0.32 0.16
HSL 323.39º 0.71% 0.49% -
HSV(B) 323.39º 0.83% 0.84% -
XYZ 33.11 17.42 28 -
YUV 101.24 152.14 207.72 -
System Red Green Blue C M Y K H S L
Decimal 213 36 144 0 0.83 0.32 0.16 323.39 0.71 0.49
Hex D5 24 90 0 53 20 10 143 47 31
Octal 325 44 220 0 123 40 20 503 107 61
Binary 11010101 100100 10010000 0 1010011 100000 10000 101000011 1000111 110001

Color Harmonies of #D52490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52490

Black with #D52490

Text Example


Text Example

White with #D52490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52490; }

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

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

background-color css

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

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

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

border-color css

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

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

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