Html Css Color HEX #D9389A Deep Cerise

📋 copy color: '#D9389A'

red 217 ◦ green 56 ◦ blue 154

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

Shades of Deep Cerise #D9389A

Tints of Deep Cerise #D9389A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.07%

R = 50.82%
G = 13.11%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D9389A (or 0xD9389A) is known color: Deep Cerise. HEX triplet: D9, 38 and 9A. RGB value is (217,56,154). Sum of RGB (Red+Green+Blue) = 217+56+154=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 56 (22.27% from 255 or 13.11% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D9389A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9389A is #26C765. Grayscale: #737373. Windows color (decimal): -2541414 or 10107097. OLE color: 10107097.

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

Color convert

RGB 217 56 154 -
CMYK 0 0.74 0.29 0.15
HSL 323.48º 0.68% 0.54% -
HSV(B) 323.48º 0.74% 0.85% -
XYZ 35.86 19.91 32.53 -
YUV 115.31 149.84 200.53 -
System Red Green Blue C M Y K H S L
Decimal 217 56 154 0 0.74 0.29 0.15 323.48 0.68 0.54
Hex D9 38 9A 0 4A 1D F 143 44 36
Octal 331 70 232 0 112 35 17 503 104 66
Binary 11011001 111000 10011010 0 1001010 11101 1111 101000011 1000100 110110

Color Harmonies of #D9389A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9389A

Black with #D9389A

Text Example


Text Example

White with #D9389A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9389A; }

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

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

background-color css

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

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

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

border-color css

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

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

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