Html Css Color HEX #D8376B Cerise

📋 copy color: '#D8376B'

red 216 ◦ green 55 ◦ blue 107

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

Shades of Cerise #D8376B

Tints of Cerise #D8376B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.55%

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

R = 57.14%
G = 14.55%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8376B (or 0xD8376B) is known color: Cerise. HEX triplet: D8, 37 and 6B. RGB value is (216,55,107). Sum of RGB (Red+Green+Blue) = 216+55+107=378 (50% of max value = 765). Red value is 216 (84.77% from 255 or 57.14% from 378); Green value is 55 (21.88% from 255 or 14.55% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 216 - color contains mainly: red. Hex color #D8376B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8376B is #27C894. Grayscale: #6D6D6D. Windows color (decimal): -2607253 or 7026648. OLE color: 7026648.

HSL color Cylindrical-coordinate representation of color #D8376B: hue angle of 340.62º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D8376B is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 55 107 -
CMYK 0 0.75 0.50 0.15
HSL 340.62º 0.67% 0.53% -
HSV(B) 340.62º 0.75% 0.85% -
XYZ 32.34 18.39 15.76 -
YUV 109.07 126.84 204.27 -
System Red Green Blue C M Y K H S L
Decimal 216 55 107 0 0.75 0.50 0.15 340.62 0.67 0.53
Hex D8 37 6B 0 4B 32 F 155 43 35
Octal 330 67 153 0 113 62 17 525 103 65
Binary 11011000 110111 1101011 0 1001011 110010 1111 101010101 1000011 110101

Color Harmonies of #D8376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8376B

Black with #D8376B

Text Example


Text Example

White with #D8376B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8376B; }

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

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

background-color css

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

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

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

border-color css

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

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

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