#D48FA5

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

Shades of Can Can #D48FA5

Tints of Can Can #D48FA5

Color information

#D48FA5 (or 0xD48FA5) is unknown color: approx Can Can. HEX triplet: D4, 8F and A5. RGB value is (212,143,165). Sum of RGB (Red+Green+Blue) = 212+143+165=520 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.77% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 165 (64.84% from 255 or 31.73% from 520); Max value from RGB is 212 - color contains mainly: red. Hex color #D48FA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48FA5 is #2B705A. Grayscale: #A6A6A6. Windows color (decimal): -2846811 or 10850260. OLE color: 10850260.

HSL color Cylindrical-coordinate representation of color #D48FA5: hue angle of 340.87º 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 #D48FA5 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB212143165-
CMYK00.330.220.17
HSL340.87º44.52%69.61%-
HSV(B)340.87º32.55%83.14%-
XYZ43.7736.3640.31-
YUV166.14127.36160.71-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.77%
GREEN value IS 143 (56.25% from 255) = 27.5%
BLUE value IS 165 (64.84% from 255) = 31.73%
R=40.77%
G=27.5%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214316500.330.220.17340.8744.5269.61
HexD48FA502116111552d46
Octal324217245041262152555106
Binary110101001000111110100101010000110110100011010101011011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48FA5; }

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

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

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

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

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

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

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

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