Html Css Color HEX #D93A9F Deep Cerise

📋 copy color: '#D93A9F'

red 217 ◦ green 58 ◦ blue 159

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

Shades of Deep Cerise #D93A9F

Tints of Deep Cerise #D93A9F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.36%

 BLUE value IS 159 (62.5% from 255) = 36.64%

R = 50%
G = 13.36%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D93A9F (or 0xD93A9F) is known color: Deep Cerise. HEX triplet: D9, 3A and 9F. RGB value is (217,58,159). Sum of RGB (Red+Green+Blue) = 217+58+159=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 58 (23.05% from 255 or 13.36% from 434); Blue value is 159 (62.5% from 255 or 36.64% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D93A9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93A9F is #26C560. Grayscale: #747474. Windows color (decimal): -2540897 or 10435289. OLE color: 10435289.

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

Color convert

RGB 217 58 159 -
CMYK 0 0.73 0.27 0.15
HSL 321.89º 0.68% 0.54% -
HSV(B) 321.89º 0.73% 0.85% -
XYZ 36.39 20.28 34.8 -
YUV 117.06 151.68 199.29 -
System Red Green Blue C M Y K H S L
Decimal 217 58 159 0 0.73 0.27 0.15 321.89 0.68 0.54
Hex D9 3A 9F 0 49 1B F 142 44 36
Octal 331 72 237 0 111 33 17 502 104 66
Binary 11011001 111010 10011111 0 1001001 11011 1111 101000010 1000100 110110

Color Harmonies of #D93A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93A9F

Black with #D93A9F

Text Example


Text Example

White with #D93A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93A9F; }

 p { color: rgb(217,58,159); }

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

background-color css

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

 a { background-color: rgb(217,58,159); }

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

border-color css

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

 span { border-color: rgb(217,58,159); }

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