Html Css Color HEX #D52990 Deep Cerise

📋 copy color: '#D52990'

red 213 ◦ green 41 ◦ blue 144

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

Shades of Deep Cerise #D52990

Tints of Deep Cerise #D52990

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.3%

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

R = 53.52%
G = 10.3%
B = 36.18%

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

#D52990 (or 0xD52990) is known color: Deep Cerise. HEX triplet: D5, 29 and 90. RGB value is (213,41,144). Sum of RGB (Red+Green+Blue) = 213+41+144=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 41 (16.41% from 255 or 10.30% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D52990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52990 is #2AD66F. Grayscale: #676767. Windows color (decimal): -2807408 or 9447893. OLE color: 9447893.

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

Color convert

RGB 213 41 144 -
CMYK 0 0.81 0.32 0.16
HSL 324.07º 0.68% 0.5% -
HSV(B) 324.07º 0.81% 0.84% -
XYZ 33.27 17.75 28.06 -
YUV 104.17 150.48 205.62 -
System Red Green Blue C M Y K H S L
Decimal 213 41 144 0 0.81 0.32 0.16 324.07 0.68 0.5
Hex D5 29 90 0 51 20 10 144 44 32
Octal 325 51 220 0 121 40 20 504 104 62
Binary 11010101 101001 10010000 0 1010001 100000 10000 101000100 1000100 110010

Color Harmonies of #D52990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52990

Black with #D52990

Text Example


Text Example

White with #D52990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52990; }

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

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

background-color css

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

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

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

border-color css

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

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

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