Html Css Color HEX #D8396B Cerise

📋 copy color: '#D8396B'

red 216 ◦ green 57 ◦ blue 107

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

Shades of Cerise #D8396B

Tints of Cerise #D8396B

RGB

 RED value IS 216 (84.77% from 255) = 56.84%

 GREEN value IS 57 (22.66% from 255) = 15%

 BLUE value IS 107 (42.19% from 255) = 28.16%

R = 56.84%
G = 15%
B = 28.16%

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

#D8396B (or 0xD8396B) is known color: Cerise. HEX triplet: D8, 39 and 6B. RGB value is (216,57,107). Sum of RGB (Red+Green+Blue) = 216+57+107=380 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.84% from 380); Green value is 57 (22.66% from 255 or 15% from 380); Blue value is 107 (42.19% from 255 or 28.16% from 380); Max value from RGB is 216 - color contains mainly: red. Hex color #D8396B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8396B is #27C694. Grayscale: #6E6E6E. Windows color (decimal): -2606741 or 7027160. OLE color: 7027160.

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

Color convert

RGB 216 57 107 -
CMYK 0 0.74 0.50 0.15
HSL 341.13º 0.67% 0.54% -
HSV(B) 341.13º 0.74% 0.85% -
XYZ 32.44 18.59 15.79 -
YUV 110.24 126.18 203.43 -
System Red Green Blue C M Y K H S L
Decimal 216 57 107 0 0.74 0.50 0.15 341.13 0.67 0.54
Hex D8 39 6B 0 4A 32 F 155 43 36
Octal 330 71 153 0 112 62 17 525 103 66
Binary 11011000 111001 1101011 0 1001010 110010 1111 101010101 1000011 110110

Color Harmonies of #D8396B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8396B

Black with #D8396B

Text Example


Text Example

White with #D8396B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8396B; }

 p { color: rgb(216,57,107); }

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

background-color css

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

 a { background-color: rgb(216,57,107); }

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

border-color css

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

 span { border-color: rgb(216,57,107); }

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