Html Css Color HEX #D53492 Deep Cerise

📋 copy color: '#D53492'

red 213 ◦ green 52 ◦ blue 146

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

Shades of Deep Cerise #D53492

Tints of Deep Cerise #D53492

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.65%

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

R = 51.82%
G = 12.65%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D53492 (or 0xD53492) is known color: Deep Cerise. HEX triplet: D5, 34 and 92. RGB value is (213,52,146). Sum of RGB (Red+Green+Blue) = 213+52+146=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 52 (20.70% from 255 or 12.65% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D53492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53492 is #2ACB6D. Grayscale: #6E6E6E. Windows color (decimal): -2804590 or 9581781. OLE color: 9581781.

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

Color convert

RGB 213 52 146 -
CMYK 0 0.76 0.31 0.16
HSL 324.97º 0.66% 0.52% -
HSV(B) 324.97º 0.76% 0.84% -
XYZ 33.86 18.68 29.01 -
YUV 110.86 147.84 200.86 -
System Red Green Blue C M Y K H S L
Decimal 213 52 146 0 0.76 0.31 0.16 324.97 0.66 0.52
Hex D5 34 92 0 4C 1F 10 145 42 34
Octal 325 64 222 0 114 37 20 505 102 64
Binary 11010101 110100 10010010 0 1001100 11111 10000 101000101 1000010 110100

Color Harmonies of #D53492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53492

Black with #D53492

Text Example


Text Example

White with #D53492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53492; }

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

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

background-color css

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

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

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

border-color css

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

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

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