Html Css Color HEX #D52392 Deep Cerise

📋 copy color: '#D52392'

red 213 ◦ green 35 ◦ blue 146

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

Shades of Deep Cerise #D52392

Tints of Deep Cerise #D52392

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.88%

 BLUE value IS 146 (57.42% from 255) = 37.06%

R = 54.06%
G = 8.88%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D52392 (or 0xD52392) is known color: Deep Cerise. HEX triplet: D5, 23 and 92. RGB value is (213,35,146). Sum of RGB (Red+Green+Blue) = 213+35+146=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 35 (14.06% from 255 or 8.88% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D52392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52392 is #2ADC6D. Grayscale: #646464. Windows color (decimal): -2808942 or 9577429. OLE color: 9577429.

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

Color convert

RGB 213 35 146 -
CMYK 0 0.84 0.31 0.16
HSL 322.58º 0.72% 0.49% -
HSV(B) 322.58º 0.84% 0.84% -
XYZ 33.23 17.42 28.81 -
YUV 100.88 153.47 207.97 -
System Red Green Blue C M Y K H S L
Decimal 213 35 146 0 0.84 0.31 0.16 322.58 0.72 0.49
Hex D5 23 92 0 54 1F 10 143 48 31
Octal 325 43 222 0 124 37 20 503 110 61
Binary 11010101 100011 10010010 0 1010100 11111 10000 101000011 1001000 110001

Color Harmonies of #D52392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52392

Black with #D52392

Text Example


Text Example

White with #D52392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52392; }

 p { color: rgb(213,35,146); }

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

background-color css

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

 a { background-color: rgb(213,35,146); }

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

border-color css

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

 span { border-color: rgb(213,35,146); }

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