Html Css Color HEX #D53994 Deep Cerise

📋 copy color: '#D53994'

red 213 ◦ green 57 ◦ blue 148

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

Shades of Deep Cerise #D53994

Tints of Deep Cerise #D53994

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.64%

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

R = 50.96%
G = 13.64%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D53994 (or 0xD53994) is known color: Deep Cerise. HEX triplet: D5, 39 and 94. RGB value is (213,57,148). Sum of RGB (Red+Green+Blue) = 213+57+148=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 57 (22.66% from 255 or 13.64% from 418); Blue value is 148 (58.20% from 255 or 35.41% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D53994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53994 is #2AC66B. Grayscale: #717171. Windows color (decimal): -2803308 or 9714133. OLE color: 9714133.

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

Color convert

RGB 213 57 148 -
CMYK 0 0.73 0.31 0.16
HSL 325º 0.65% 0.53% -
HSV(B) 325º 0.73% 0.84% -
XYZ 34.25 19.21 29.92 -
YUV 114.02 147.18 198.6 -
System Red Green Blue C M Y K H S L
Decimal 213 57 148 0 0.73 0.31 0.16 325 0.65 0.53
Hex D5 39 94 0 49 1F 10 145 41 35
Octal 325 71 224 0 111 37 20 505 101 65
Binary 11010101 111001 10010100 0 1001001 11111 10000 101000101 1000001 110101

Color Harmonies of #D53994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53994

Black with #D53994

Text Example


Text Example

White with #D53994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53994; }

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

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

background-color css

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

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

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

border-color css

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

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

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