Html Css Color HEX #D52790 Deep Cerise

📋 copy color: '#D52790'

red 213 ◦ green 39 ◦ blue 144

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

Shades of Deep Cerise #D52790

Tints of Deep Cerise #D52790

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.85%

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

R = 53.79%
G = 9.85%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D52790 (or 0xD52790) is known color: Deep Cerise. HEX triplet: D5, 27 and 90. RGB value is (213,39,144). Sum of RGB (Red+Green+Blue) = 213+39+144=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 39 (15.62% from 255 or 9.85% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D52790 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52790 is #2AD86F. Grayscale: #666666. Windows color (decimal): -2807920 or 9447381. OLE color: 9447381.

HSL color Cylindrical-coordinate representation of color #D52790: hue angle of 323.79º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D52790 is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 39 144 -
CMYK 0 0.82 0.32 0.16
HSL 323.79º 0.69% 0.49% -
HSV(B) 323.79º 0.82% 0.84% -
XYZ 33.2 17.61 28.03 -
YUV 103 151.15 206.46 -
System Red Green Blue C M Y K H S L
Decimal 213 39 144 0 0.82 0.32 0.16 323.79 0.69 0.49
Hex D5 27 90 0 52 20 10 144 45 31
Octal 325 47 220 0 122 40 20 504 105 61
Binary 11010101 100111 10010000 0 1010010 100000 10000 101000100 1000101 110001

Color Harmonies of #D52790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52790

Black with #D52790

Text Example


Text Example

White with #D52790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52790; }

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

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

background-color css

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

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

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

border-color css

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

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

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