Html Css Color HEX #D52291 Deep Cerise

📋 copy color: '#D52291'

red 213 ◦ green 34 ◦ blue 145

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

Shades of Deep Cerise #D52291

Tints of Deep Cerise #D52291

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.67%

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

R = 54.34%
G = 8.67%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D52291 (or 0xD52291) is known color: Deep Cerise. HEX triplet: D5, 22 and 91. RGB value is (213,34,145). Sum of RGB (Red+Green+Blue) = 213+34+145=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 34 (13.67% from 255 or 8.67% from 392); Blue value is 145 (57.03% from 255 or 36.99% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D52291 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52291 is #2ADD6E. Grayscale: #636363. Windows color (decimal): -2809199 or 9511637. OLE color: 9511637.

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

Color convert

RGB 213 34 145 -
CMYK 0 0.84 0.32 0.16
HSL 322.79º 0.72% 0.48% -
HSV(B) 322.79º 0.84% 0.84% -
XYZ 33.12 17.33 28.39 -
YUV 100.18 153.3 208.47 -
System Red Green Blue C M Y K H S L
Decimal 213 34 145 0 0.84 0.32 0.16 322.79 0.72 0.48
Hex D5 22 91 0 54 20 10 143 48 30
Octal 325 42 221 0 124 40 20 503 110 60
Binary 11010101 100010 10010001 0 1010100 100000 10000 101000011 1001000 110000

Color Harmonies of #D52291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52291

Black with #D52291

Text Example


Text Example

White with #D52291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52291; }

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

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

background-color css

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

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

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

border-color css

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

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

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