Html Css Color HEX #D9376F Cerise

📋 copy color: '#D9376F'

red 217 ◦ green 55 ◦ blue 111

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

Shades of Cerise #D9376F

Tints of Cerise #D9376F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.98%

R = 56.66%
G = 14.36%
B = 28.98%

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

#D9376F (or 0xD9376F) is known color: Cerise. HEX triplet: D9, 37 and 6F. RGB value is (217,55,111). Sum of RGB (Red+Green+Blue) = 217+55+111=383 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.66% from 383); Green value is 55 (21.88% from 255 or 14.36% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 217 - color contains mainly: red. Hex color #D9376F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9376F is #26C890. Grayscale: #6D6D6D. Windows color (decimal): -2541713 or 7288793. OLE color: 7288793.

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

Color convert

RGB 217 55 111 -
CMYK 0 0.75 0.49 0.15
HSL 339.26º 0.68% 0.53% -
HSV(B) 339.26º 0.75% 0.85% -
XYZ 32.85 18.63 16.9 -
YUV 109.82 128.67 204.45 -
System Red Green Blue C M Y K H S L
Decimal 217 55 111 0 0.75 0.49 0.15 339.26 0.68 0.53
Hex D9 37 6F 0 4B 31 F 153 44 35
Octal 331 67 157 0 113 61 17 523 104 65
Binary 11011001 110111 1101111 0 1001011 110001 1111 101010011 1000100 110101

Color Harmonies of #D9376F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9376F

Black with #D9376F

Text Example


Text Example

White with #D9376F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9376F; }

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

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

background-color css

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

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

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

border-color css

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

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

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