Html Css Color HEX #D9377C Deep Cerise

📋 copy color: '#D9377C'

red 217 ◦ green 55 ◦ blue 124

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

Shades of Deep Cerise #D9377C

Tints of Deep Cerise #D9377C

RGB

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

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

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

R = 54.8%
G = 13.89%
B = 31.31%

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

#D9377C (or 0xD9377C) is known color: Deep Cerise. HEX triplet: D9, 37 and 7C. RGB value is (217,55,124). Sum of RGB (Red+Green+Blue) = 217+55+124=396 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.80% from 396); Green value is 55 (21.88% from 255 or 13.89% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 217 - color contains mainly: red. Hex color #D9377C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9377C is #26C883. Grayscale: #6F6F6F. Windows color (decimal): -2541700 or 8140761. OLE color: 8140761.

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

Color convert

RGB 217 55 124 -
CMYK 0 0.75 0.43 0.15
HSL 334.44º 0.68% 0.53% -
HSV(B) 334.44º 0.75% 0.85% -
XYZ 33.62 18.94 20.95 -
YUV 111.3 135.17 203.39 -
System Red Green Blue C M Y K H S L
Decimal 217 55 124 0 0.75 0.43 0.15 334.44 0.68 0.53
Hex D9 37 7C 0 4B 2B F 14E 44 35
Octal 331 67 174 0 113 53 17 516 104 65
Binary 11011001 110111 1111100 0 1001011 101011 1111 101001110 1000100 110101

Color Harmonies of #D9377C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9377C

Black with #D9377C

Text Example


Text Example

White with #D9377C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9377C; }

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

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

background-color css

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

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

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

border-color css

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

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

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