Html Css Color HEX #D8377B Deep Cerise

📋 copy color: '#D8377B'

red 216 ◦ green 55 ◦ blue 123

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

Shades of Deep Cerise #D8377B

Tints of Deep Cerise #D8377B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.22%

R = 54.82%
G = 13.96%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D8377B (or 0xD8377B) is known color: Deep Cerise. HEX triplet: D8, 37 and 7B. RGB value is (216,55,123). Sum of RGB (Red+Green+Blue) = 216+55+123=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 55 (21.88% from 255 or 13.96% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D8377B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8377B is #27C884. Grayscale: #6E6E6E. Windows color (decimal): -2607237 or 8075224. OLE color: 8075224.

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

Color convert

RGB 216 55 123 -
CMYK 0 0.75 0.43 0.15
HSL 334.66º 0.67% 0.53% -
HSV(B) 334.66º 0.75% 0.85% -
XYZ 33.26 18.76 20.61 -
YUV 110.89 134.84 202.97 -
System Red Green Blue C M Y K H S L
Decimal 216 55 123 0 0.75 0.43 0.15 334.66 0.67 0.53
Hex D8 37 7B 0 4B 2B F 14F 43 35
Octal 330 67 173 0 113 53 17 517 103 65
Binary 11011000 110111 1111011 0 1001011 101011 1111 101001111 1000011 110101

Color Harmonies of #D8377B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8377B

Black with #D8377B

Text Example


Text Example

White with #D8377B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8377B; }

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

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

background-color css

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

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

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

border-color css

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

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

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