Html Css Color HEX #D53E9C Deep Cerise

📋 copy color: '#D53E9C'

red 213 ◦ green 62 ◦ blue 156

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

Shades of Deep Cerise #D53E9C

Tints of Deep Cerise #D53E9C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.39%

 BLUE value IS 156 (61.33% from 255) = 36.19%

R = 49.42%
G = 14.39%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D53E9C (or 0xD53E9C) is known color: Deep Cerise. HEX triplet: D5, 3E and 9C. RGB value is (213,62,156). Sum of RGB (Red+Green+Blue) = 213+62+156=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 62 (24.61% from 255 or 14.39% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D53E9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53E9C is #2AC163. Grayscale: #757575. Windows color (decimal): -2802020 or 10239701. OLE color: 10239701.

HSL color Cylindrical-coordinate representation of color #D53E9C: hue angle of 322.65º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D53E9C is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 62 156 -
CMYK 0 0.71 0.27 0.16
HSL 322.65º 0.64% 0.54% -
HSV(B) 322.65º 0.71% 0.84% -
XYZ 35.16 19.99 33.46 -
YUV 117.87 149.53 195.86 -
System Red Green Blue C M Y K H S L
Decimal 213 62 156 0 0.71 0.27 0.16 322.65 0.64 0.54
Hex D5 3E 9C 0 47 1B 10 143 40 36
Octal 325 76 234 0 107 33 20 503 100 66
Binary 11010101 111110 10011100 0 1000111 11011 10000 101000011 1000000 110110

Color Harmonies of #D53E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53E9C

Black with #D53E9C

Text Example


Text Example

White with #D53E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53E9C; }

 p { color: rgb(213,62,156); }

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

background-color css

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

 a { background-color: rgb(213,62,156); }

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

border-color css

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

 span { border-color: rgb(213,62,156); }

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