Html Css Color HEX #D48AA6 Can Can

📋 copy color: '#D48AA6'

red 212 ◦ green 138 ◦ blue 166

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

Shades of Can Can #D48AA6

Tints of Can Can #D48AA6

RGB

 RED value IS 212 (83.2% from 255) = 41.09%

 GREEN value IS 138 (54.3% from 255) = 26.74%

 BLUE value IS 166 (65.23% from 255) = 32.17%

R = 41.09%
G = 26.74%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.17

RGB Variations

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

Color information

#D48AA6 (or 0xD48AA6) is known color: Can Can. HEX triplet: D4, 8A and A6. RGB value is (212,138,166). Sum of RGB (Red+Green+Blue) = 212+138+166=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 166 (65.23% from 255 or 32.17% from 516); Max value from RGB is 212 - color contains mainly: red. Hex color #D48AA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48AA6 is #2B7559. Grayscale: #A3A3A3. Windows color (decimal): -2848090 or 10914516. OLE color: 10914516.

HSL color Cylindrical-coordinate representation of color #D48AA6: hue angle of 337.3º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D48AA6 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 138 166 -
CMYK 0 0.35 0.22 0.17
HSL 337.3º 0.46% 0.69% -
HSV(B) 337.3º 0.35% 0.83% -
XYZ 43.12 34.93 40.55 -
YUV 163.32 129.52 162.72 -
System Red Green Blue C M Y K H S L
Decimal 212 138 166 0 0.35 0.22 0.17 337.3 0.46 0.69
Hex D4 8A A6 0 23 16 11 151 2E 45
Octal 324 212 246 0 43 26 21 521 56 105
Binary 11010100 10001010 10100110 0 100011 10110 10001 101010001 101110 1000101

Color Harmonies of #D48AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48AA6

Black with #D48AA6

Text Example


Text Example

White with #D48AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48AA6; }

 p { color: rgb(212,138,166); }

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

background-color css

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

 a { background-color: rgb(212,138,166); }

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

border-color css

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

 span { border-color: rgb(212,138,166); }

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