Html Css Color HEX #D52791 Deep Cerise

📋 copy color: '#D52791'

red 213 ◦ green 39 ◦ blue 145

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

Shades of Deep Cerise #D52791

Tints of Deep Cerise #D52791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.52%

R = 53.65%
G = 9.82%
B = 36.52%

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

#D52791 (or 0xD52791) is known color: Deep Cerise. HEX triplet: D5, 27 and 91. RGB value is (213,39,145). Sum of RGB (Red+Green+Blue) = 213+39+145=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 39 (15.62% from 255 or 9.82% from 397); Blue value is 145 (57.03% from 255 or 36.52% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D52791 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52791 is #2AD86E. Grayscale: #666666. Windows color (decimal): -2807919 or 9512917. OLE color: 9512917.

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

Color convert

RGB 213 39 145 -
CMYK 0 0.82 0.32 0.16
HSL 323.45º 0.69% 0.49% -
HSV(B) 323.45º 0.82% 0.84% -
XYZ 33.28 17.64 28.44 -
YUV 103.11 151.65 206.38 -
System Red Green Blue C M Y K H S L
Decimal 213 39 145 0 0.82 0.32 0.16 323.45 0.69 0.49
Hex D5 27 91 0 52 20 10 143 45 31
Octal 325 47 221 0 122 40 20 503 105 61
Binary 11010101 100111 10010001 0 1010010 100000 10000 101000011 1000101 110001

Color Harmonies of #D52791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52791

Black with #D52791

Text Example


Text Example

White with #D52791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52791; }

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

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

background-color css

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

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

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

border-color css

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

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

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