Html Css Color HEX #D93591 Deep Cerise

📋 copy color: '#D93591'

red 217 ◦ green 53 ◦ blue 145

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

Shades of Deep Cerise #D93591

Tints of Deep Cerise #D93591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 34.94%

R = 52.29%
G = 12.77%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D93591 (or 0xD93591) is known color: Deep Cerise. HEX triplet: D9, 35 and 91. RGB value is (217,53,145). Sum of RGB (Red+Green+Blue) = 217+53+145=415 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.29% from 415); Green value is 53 (21.09% from 255 or 12.77% from 415); Blue value is 145 (57.03% from 255 or 34.94% from 415); Max value from RGB is 217 - color contains mainly: red. Hex color #D93591 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93591 is #26CA6E. Grayscale: #707070. Windows color (decimal): -2542191 or 9516505. OLE color: 9516505.

HSL color Cylindrical-coordinate representation of color #D93591: hue angle of 326.34º 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 #D93591 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 53 145 -
CMYK 0 0.76 0.33 0.15
HSL 326.34º 0.68% 0.53% -
HSV(B) 326.34º 0.76% 0.85% -
XYZ 35 19.34 28.68 -
YUV 112.52 146.33 202.52 -
System Red Green Blue C M Y K H S L
Decimal 217 53 145 0 0.76 0.33 0.15 326.34 0.68 0.53
Hex D9 35 91 0 4C 21 F 146 44 35
Octal 331 65 221 0 114 41 17 506 104 65
Binary 11011001 110101 10010001 0 1001100 100001 1111 101000110 1000100 110101

Color Harmonies of #D93591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93591

Black with #D93591

Text Example


Text Example

White with #D93591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93591; }

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

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

background-color css

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

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

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

border-color css

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

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

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