Html Css Color HEX #D93584 Deep Cerise

📋 copy color: '#D93584'

red 217 ◦ green 53 ◦ blue 132

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

Shades of Deep Cerise #D93584

Tints of Deep Cerise #D93584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 32.84%

R = 53.98%
G = 13.18%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D93584 (or 0xD93584) is known color: Deep Cerise. HEX triplet: D9, 35 and 84. RGB value is (217,53,132). Sum of RGB (Red+Green+Blue) = 217+53+132=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 53 (21.09% from 255 or 13.18% from 402); Blue value is 132 (51.95% from 255 or 32.84% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D93584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93584 is #26CA7B. Grayscale: #6E6E6E. Windows color (decimal): -2542204 or 8664537. OLE color: 8664537.

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

Color convert

RGB 217 53 132 -
CMYK 0 0.76 0.39 0.15
HSL 331.1º 0.68% 0.53% -
HSV(B) 331.1º 0.76% 0.85% -
XYZ 34.05 18.96 23.7 -
YUV 111.04 139.83 203.58 -
System Red Green Blue C M Y K H S L
Decimal 217 53 132 0 0.76 0.39 0.15 331.1 0.68 0.53
Hex D9 35 84 0 4C 27 F 14B 44 35
Octal 331 65 204 0 114 47 17 513 104 65
Binary 11011001 110101 10000100 0 1001100 100111 1111 101001011 1000100 110101

Color Harmonies of #D93584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93584

Black with #D93584

Text Example


Text Example

White with #D93584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93584; }

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

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

background-color css

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

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

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

border-color css

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

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

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