Html Css Color HEX #D9386E Cerise

📋 copy color: '#D9386E'

red 217 ◦ green 56 ◦ blue 110

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

Shades of Cerise #D9386E

Tints of Cerise #D9386E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.72%

R = 56.66%
G = 14.62%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D9386E (or 0xD9386E) is known color: Cerise. HEX triplet: D9, 38 and 6E. RGB value is (217,56,110). Sum of RGB (Red+Green+Blue) = 217+56+110=383 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.66% from 383); Green value is 56 (22.27% from 255 or 14.62% from 383); Blue value is 110 (43.36% from 255 or 28.72% from 383); Max value from RGB is 217 - color contains mainly: red. Hex color #D9386E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9386E is #26C791. Grayscale: #6E6E6E. Windows color (decimal): -2541458 or 7223513. OLE color: 7223513.

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

Color convert

RGB 217 56 110 -
CMYK 0 0.74 0.49 0.15
HSL 339.88º 0.68% 0.54% -
HSV(B) 339.88º 0.74% 0.85% -
XYZ 32.84 18.71 16.63 -
YUV 110.3 127.84 204.11 -
System Red Green Blue C M Y K H S L
Decimal 217 56 110 0 0.74 0.49 0.15 339.88 0.68 0.54
Hex D9 38 6E 0 4A 31 F 154 44 36
Octal 331 70 156 0 112 61 17 524 104 66
Binary 11011001 111000 1101110 0 1001010 110001 1111 101010100 1000100 110110

Color Harmonies of #D9386E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9386E

Black with #D9386E

Text Example


Text Example

White with #D9386E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9386E; }

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

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

background-color css

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

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

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

border-color css

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

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

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