Html Css Color HEX #D93590 Deep Cerise

📋 copy color: '#D93590'

red 217 ◦ green 53 ◦ blue 144

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

Shades of Deep Cerise #D93590

Tints of Deep Cerise #D93590

RGB

 RED value IS 217 (85.16% from 255) = 52.42%

 GREEN value IS 53 (21.09% from 255) = 12.8%

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

R = 52.42%
G = 12.8%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D93590 (or 0xD93590) is known color: Deep Cerise. HEX triplet: D9, 35 and 90. RGB value is (217,53,144). Sum of RGB (Red+Green+Blue) = 217+53+144=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 53 (21.09% from 255 or 12.80% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D93590 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93590 is #26CA6F. Grayscale: #707070. Windows color (decimal): -2542192 or 9450969. OLE color: 9450969.

HSL color Cylindrical-coordinate representation of color #D93590: hue angle of 326.71º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D93590 is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 53 144 -
CMYK 0 0.76 0.34 0.15
HSL 326.71º 0.68% 0.53% -
HSV(B) 326.71º 0.76% 0.85% -
XYZ 34.92 19.31 28.27 -
YUV 112.41 145.83 202.6 -
System Red Green Blue C M Y K H S L
Decimal 217 53 144 0 0.76 0.34 0.15 326.71 0.68 0.53
Hex D9 35 90 0 4C 22 F 147 44 35
Octal 331 65 220 0 114 42 17 507 104 65
Binary 11011001 110101 10010000 0 1001100 100010 1111 101000111 1000100 110101

Color Harmonies of #D93590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93590

Black with #D93590

Text Example


Text Example

White with #D93590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93590; }

 p { color: rgb(217,53,144); }

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

background-color css

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

 a { background-color: rgb(217,53,144); }

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

border-color css

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

 span { border-color: rgb(217,53,144); }

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