Html Css Color HEX #D8377C Deep Cerise

📋 copy color: '#D8377C'

red 216 ◦ green 55 ◦ blue 124

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

Shades of Deep Cerise #D8377C

Tints of Deep Cerise #D8377C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.39%

R = 54.68%
G = 13.92%
B = 31.39%

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

#D8377C (or 0xD8377C) is known color: Deep Cerise. HEX triplet: D8, 37 and 7C. RGB value is (216,55,124). Sum of RGB (Red+Green+Blue) = 216+55+124=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 55 (21.88% from 255 or 13.92% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D8377C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8377C is #27C883. Grayscale: #6E6E6E. Windows color (decimal): -2607236 or 8140760. OLE color: 8140760.

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

Color convert

RGB 216 55 124 -
CMYK 0 0.75 0.43 0.15
HSL 334.29º 0.67% 0.53% -
HSV(B) 334.29º 0.75% 0.85% -
XYZ 33.32 18.79 20.94 -
YUV 111.01 135.34 202.89 -
System Red Green Blue C M Y K H S L
Decimal 216 55 124 0 0.75 0.43 0.15 334.29 0.67 0.53
Hex D8 37 7C 0 4B 2B F 14E 43 35
Octal 330 67 174 0 113 53 17 516 103 65
Binary 11011000 110111 1111100 0 1001011 101011 1111 101001110 1000011 110101

Color Harmonies of #D8377C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8377C

Black with #D8377C

Text Example


Text Example

White with #D8377C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8377C; }

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

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

background-color css

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

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

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

border-color css

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

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

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