Html Css Color HEX #D53690 Deep Cerise

📋 copy color: '#D53690'

red 213 ◦ green 54 ◦ blue 144

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

Shades of Deep Cerise #D53690

Tints of Deep Cerise #D53690

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.14%

 BLUE value IS 144 (56.64% from 255) = 35.04%

R = 51.82%
G = 13.14%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D53690 (or 0xD53690) is known color: Deep Cerise. HEX triplet: D5, 36 and 90. RGB value is (213,54,144). Sum of RGB (Red+Green+Blue) = 213+54+144=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 54 (21.48% from 255 or 13.14% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D53690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53690 is #2AC96F. Grayscale: #6F6F6F. Windows color (decimal): -2804080 or 9451221. OLE color: 9451221.

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

Color convert

RGB 213 54 144 -
CMYK 0 0.75 0.32 0.16
HSL 326.04º 0.65% 0.52% -
HSV(B) 326.04º 0.75% 0.84% -
XYZ 33.79 18.8 28.23 -
YUV 111.8 146.18 200.18 -
System Red Green Blue C M Y K H S L
Decimal 213 54 144 0 0.75 0.32 0.16 326.04 0.65 0.52
Hex D5 36 90 0 4B 20 10 146 41 34
Octal 325 66 220 0 113 40 20 506 101 64
Binary 11010101 110110 10010000 0 1001011 100000 10000 101000110 1000001 110100

Color Harmonies of #D53690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53690

Black with #D53690

Text Example


Text Example

White with #D53690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53690; }

 p { color: rgb(213,54,144); }

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

background-color css

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

 a { background-color: rgb(213,54,144); }

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

border-color css

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

 span { border-color: rgb(213,54,144); }

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