Html Css Color HEX #D9376E Cerise

📋 copy color: '#D9376E'

red 217 ◦ green 55 ◦ blue 110

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

Shades of Cerise #D9376E

Tints of Cerise #D9376E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.8%

R = 56.81%
G = 14.4%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D9376E (or 0xD9376E) is known color: Cerise. HEX triplet: D9, 37 and 6E. RGB value is (217,55,110). Sum of RGB (Red+Green+Blue) = 217+55+110=382 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.81% from 382); Green value is 55 (21.88% from 255 or 14.40% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 217 - color contains mainly: red. Hex color #D9376E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9376E is #26C891. Grayscale: #6D6D6D. Windows color (decimal): -2541714 or 7223257. OLE color: 7223257.

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

Color convert

RGB 217 55 110 -
CMYK 0 0.75 0.49 0.15
HSL 339.63º 0.68% 0.53% -
HSV(B) 339.63º 0.75% 0.85% -
XYZ 32.8 18.61 16.62 -
YUV 109.71 128.17 204.53 -
System Red Green Blue C M Y K H S L
Decimal 217 55 110 0 0.75 0.49 0.15 339.63 0.68 0.53
Hex D9 37 6E 0 4B 31 F 154 44 35
Octal 331 67 156 0 113 61 17 524 104 65
Binary 11011001 110111 1101110 0 1001011 110001 1111 101010100 1000100 110101

Color Harmonies of #D9376E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9376E

Black with #D9376E

Text Example


Text Example

White with #D9376E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9376E; }

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

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

background-color css

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

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

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

border-color css

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

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

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