Html Css Color HEX #D9949F Can Can

📋 copy color: '#D9949F'

red 217 ◦ green 148 ◦ blue 159

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

Shades of Can Can #D9949F

Tints of Can Can #D9949F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.24%

 BLUE value IS 159 (62.5% from 255) = 30.34%

R = 41.41%
G = 28.24%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D9949F (or 0xD9949F) is known color: Can Can. HEX triplet: D9, 94 and 9F. RGB value is (217,148,159). Sum of RGB (Red+Green+Blue) = 217+148+159=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 148 (58.20% from 255 or 28.24% from 524); Blue value is 159 (62.5% from 255 or 30.34% from 524); Max value from RGB is 217 - color contains mainly: red. Hex color #D9949F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9949F is #266B60. Grayscale: #A9A9A9. Windows color (decimal): -2517857 or 10458329. OLE color: 10458329.

HSL color Cylindrical-coordinate representation of color #D9949F: hue angle of 350.43º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D9949F is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 148 159 -
CMYK 0 0.32 0.27 0.15
HSL 350.43º 0.48% 0.72% -
HSV(B) 350.43º 0.32% 0.85% -
XYZ 45.46 38.43 37.82 -
YUV 169.89 121.86 161.61 -
System Red Green Blue C M Y K H S L
Decimal 217 148 159 0 0.32 0.27 0.15 350.43 0.48 0.72
Hex D9 94 9F 0 20 1B F 15E 30 48
Octal 331 224 237 0 40 33 17 536 60 110
Binary 11011001 10010100 10011111 0 100000 11011 1111 101011110 110000 1001000

Color Harmonies of #D9949F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9949F

Black with #D9949F

Text Example


Text Example

White with #D9949F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9949F; }

 p { color: rgb(217,148,159); }

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

background-color css

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

 a { background-color: rgb(217,148,159); }

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

border-color css

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

 span { border-color: rgb(217,148,159); }

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