#D48F9D

Color #D48F9D Can Can (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Can Can #D48F9D

Tints of Can Can #D48F9D

Color information

#D48F9D (or 0xD48F9D) is unknown color: approx Can Can. HEX triplet: D4, 8F and 9D. RGB value is (212,143,157). Sum of RGB (Red+Green+Blue) = 212+143+157=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 157 (61.72% from 255 or 30.66% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D48F9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48F9D is #2B7062. Grayscale: #A5A5A5. Windows color (decimal): -2846819 or 10325972. OLE color: 10325972.

HSL color Cylindrical-coordinate representation of color #D48F9D: hue angle of 347.83º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D48F9D is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB212143157-
CMYK00.330.260.17
HSL347.83º44.52%69.61%-
HSV(B)347.83º32.55%83.14%-
XYZ43.0636.0836.59-
YUV165.23123.36161.36-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.41%
GREEN value IS 143 (56.25% from 255) = 27.93%
BLUE value IS 157 (61.72% from 255) = 30.66%
R=41.41%
G=27.93%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214315700.330.260.17347.8344.5269.61
HexD48F9D0211A1115c2d46
Octal324217235041322153455106
Binary110101001000111110011101010000111010100011010111001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48F9D; }

 p { color: rgb(212,143,157); }

 H1.HeaderClassName
 {
   color: #D48F9D;
 }
 .AnyTagClassName
 {
   color: #D48F9D;
 }
</style>
background-color css

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

 a { background-color: rgb(212,143,157); }

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

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

 span { border-color: rgb(212,143,157); }

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