Html Css Color HEX #D9389F Deep Cerise

📋 copy color: '#D9389F'

red 217 ◦ green 56 ◦ blue 159

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

Shades of Deep Cerise #D9389F

Tints of Deep Cerise #D9389F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.96%

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

R = 50.23%
G = 12.96%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D9389F (or 0xD9389F) is known color: Deep Cerise. HEX triplet: D9, 38 and 9F. RGB value is (217,56,159). Sum of RGB (Red+Green+Blue) = 217+56+159=432 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.23% from 432); Green value is 56 (22.27% from 255 or 12.96% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 217 - color contains mainly: red. Hex color #D9389F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9389F is #26C760. Grayscale: #737373. Windows color (decimal): -2541409 or 10434777. OLE color: 10434777.

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

Color convert

RGB 217 56 159 -
CMYK 0 0.74 0.27 0.15
HSL 321.61º 0.68% 0.54% -
HSV(B) 321.61º 0.74% 0.85% -
XYZ 36.29 20.08 34.76 -
YUV 115.88 152.34 200.12 -
System Red Green Blue C M Y K H S L
Decimal 217 56 159 0 0.74 0.27 0.15 321.61 0.68 0.54
Hex D9 38 9F 0 4A 1B F 142 44 36
Octal 331 70 237 0 112 33 17 502 104 66
Binary 11011001 111000 10011111 0 1001010 11011 1111 101000010 1000100 110110

Color Harmonies of #D9389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9389F

Black with #D9389F

Text Example


Text Example

White with #D9389F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9389F; }

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

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

background-color css

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

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

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

border-color css

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

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

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