Html Css Color HEX #D53794 Deep Cerise

📋 copy color: '#D53794'

red 213 ◦ green 55 ◦ blue 148

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

Shades of Deep Cerise #D53794

Tints of Deep Cerise #D53794

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.22%

 BLUE value IS 148 (58.2% from 255) = 35.58%

R = 51.2%
G = 13.22%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D53794 (or 0xD53794) is known color: Deep Cerise. HEX triplet: D5, 37 and 94. RGB value is (213,55,148). Sum of RGB (Red+Green+Blue) = 213+55+148=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 55 (21.88% from 255 or 13.22% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D53794 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53794 is #2AC86B. Grayscale: #707070. Windows color (decimal): -2803820 or 9713621. OLE color: 9713621.

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

Color convert

RGB 213 55 148 -
CMYK 0 0.74 0.31 0.16
HSL 324.68º 0.65% 0.53% -
HSV(B) 324.68º 0.74% 0.84% -
XYZ 34.15 19.02 29.89 -
YUV 112.84 147.85 199.44 -
System Red Green Blue C M Y K H S L
Decimal 213 55 148 0 0.74 0.31 0.16 324.68 0.65 0.53
Hex D5 37 94 0 4A 1F 10 145 41 35
Octal 325 67 224 0 112 37 20 505 101 65
Binary 11010101 110111 10010100 0 1001010 11111 10000 101000101 1000001 110101

Color Harmonies of #D53794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53794

Black with #D53794

Text Example


Text Example

White with #D53794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53794; }

 p { color: rgb(213,55,148); }

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

background-color css

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

 a { background-color: rgb(213,55,148); }

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

border-color css

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

 span { border-color: rgb(213,55,148); }

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