Html Css Color HEX #D9386D Cerise

📋 copy color: '#D9386D'

red 217 ◦ green 56 ◦ blue 109

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

Shades of Cerise #D9386D

Tints of Cerise #D9386D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.53%

R = 56.81%
G = 14.66%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D9386D (or 0xD9386D) is known color: Cerise. HEX triplet: D9, 38 and 6D. RGB value is (217,56,109). Sum of RGB (Red+Green+Blue) = 217+56+109=382 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.81% from 382); Green value is 56 (22.27% from 255 or 14.66% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 217 - color contains mainly: red. Hex color #D9386D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9386D is #26C792. Grayscale: #6E6E6E. Windows color (decimal): -2541459 or 7157977. OLE color: 7157977.

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

Color convert

RGB 217 56 109 -
CMYK 0 0.74 0.50 0.15
HSL 340.25º 0.68% 0.54% -
HSV(B) 340.25º 0.74% 0.85% -
XYZ 32.79 18.68 16.35 -
YUV 110.18 127.34 204.19 -
System Red Green Blue C M Y K H S L
Decimal 217 56 109 0 0.74 0.50 0.15 340.25 0.68 0.54
Hex D9 38 6D 0 4A 32 F 154 44 36
Octal 331 70 155 0 112 62 17 524 104 66
Binary 11011001 111000 1101101 0 1001010 110010 1111 101010100 1000100 110110

Color Harmonies of #D9386D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9386D

Black with #D9386D

Text Example


Text Example

White with #D9386D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9386D; }

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

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

background-color css

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

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

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

border-color css

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

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

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