Html Css Color HEX #D9396F Cerise

📋 copy color: '#D9396F'

red 217 ◦ green 57 ◦ blue 111

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

Shades of Cerise #D9396F

Tints of Cerise #D9396F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.81%

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

R = 56.36%
G = 14.81%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D9396F (or 0xD9396F) is known color: Cerise. HEX triplet: D9, 39 and 6F. RGB value is (217,57,111). Sum of RGB (Red+Green+Blue) = 217+57+111=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 57 (22.66% from 255 or 14.81% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D9396F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9396F is #26C690. Grayscale: #6E6E6E. Windows color (decimal): -2541201 or 7289305. OLE color: 7289305.

HSL color Cylindrical-coordinate representation of color #D9396F: hue angle of 339.75º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D9396F is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 57 111 -
CMYK 0 0.74 0.49 0.15
HSL 339.75º 0.68% 0.54% -
HSV(B) 339.75º 0.74% 0.85% -
XYZ 32.95 18.83 16.94 -
YUV 111 128.01 203.61 -
System Red Green Blue C M Y K H S L
Decimal 217 57 111 0 0.74 0.49 0.15 339.75 0.68 0.54
Hex D9 39 6F 0 4A 31 F 154 44 36
Octal 331 71 157 0 112 61 17 524 104 66
Binary 11011001 111001 1101111 0 1001010 110001 1111 101010100 1000100 110110

Color Harmonies of #D9396F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9396F

Black with #D9396F

Text Example


Text Example

White with #D9396F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9396F; }

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

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

background-color css

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

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

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

border-color css

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

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

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