Html Css Color HEX #D53795 Deep Cerise

📋 copy color: '#D53795'

red 213 ◦ green 55 ◦ blue 149

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

Shades of Deep Cerise #D53795

Tints of Deep Cerise #D53795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.73%

R = 51.08%
G = 13.19%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D53795 (or 0xD53795) is known color: Deep Cerise. HEX triplet: D5, 37 and 95. RGB value is (213,55,149). Sum of RGB (Red+Green+Blue) = 213+55+149=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 55 (21.88% from 255 or 13.19% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D53795 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53795 is #2AC86A. Grayscale: #707070. Windows color (decimal): -2803819 or 9779157. OLE color: 9779157.

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

Color convert

RGB 213 55 149 -
CMYK 0 0.74 0.30 0.16
HSL 324.3º 0.65% 0.53% -
HSV(B) 324.3º 0.74% 0.84% -
XYZ 34.23 19.05 30.31 -
YUV 112.96 148.35 199.36 -
System Red Green Blue C M Y K H S L
Decimal 213 55 149 0 0.74 0.30 0.16 324.3 0.65 0.53
Hex D5 37 95 0 4A 1E 10 144 41 35
Octal 325 67 225 0 112 36 20 504 101 65
Binary 11010101 110111 10010101 0 1001010 11110 10000 101000100 1000001 110101

Color Harmonies of #D53795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53795

Black with #D53795

Text Example


Text Example

White with #D53795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53795; }

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

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

background-color css

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

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

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

border-color css

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

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

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