Html Css Color HEX #D48AA1 Can Can

📋 copy color: '#D48AA1'

red 212 ◦ green 138 ◦ blue 161

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

Shades of Can Can #D48AA1

Tints of Can Can #D48AA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 31.51%

R = 41.49%
G = 27.01%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.17

RGB Variations

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

Color information

#D48AA1 (or 0xD48AA1) is known color: Can Can. HEX triplet: D4, 8A and A1. RGB value is (212,138,161). Sum of RGB (Red+Green+Blue) = 212+138+161=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 138 (54.30% from 255 or 27.01% from 511); Blue value is 161 (63.28% from 255 or 31.51% from 511); Max value from RGB is 212 - color contains mainly: red. Hex color #D48AA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48AA1 is #2B755E. Grayscale: #A2A2A2. Windows color (decimal): -2848095 or 10586836. OLE color: 10586836.

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

Color convert

RGB 212 138 161 -
CMYK 0 0.35 0.24 0.17
HSL 341.35º 0.46% 0.69% -
HSV(B) 341.35º 0.35% 0.83% -
XYZ 42.67 34.75 38.18 -
YUV 162.75 127.02 163.13 -
System Red Green Blue C M Y K H S L
Decimal 212 138 161 0 0.35 0.24 0.17 341.35 0.46 0.69
Hex D4 8A A1 0 23 18 11 155 2E 45
Octal 324 212 241 0 43 30 21 525 56 105
Binary 11010100 10001010 10100001 0 100011 11000 10001 101010101 101110 1000101

Color Harmonies of #D48AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48AA1

Black with #D48AA1

Text Example


Text Example

White with #D48AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48AA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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