Html Css Color HEX #D48AA5 Can Can

📋 copy color: '#D48AA5'

red 212 ◦ green 138 ◦ blue 165

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

Shades of Can Can #D48AA5

Tints of Can Can #D48AA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 32.04%

R = 41.17%
G = 26.8%
B = 32.04%

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

#D48AA5 (or 0xD48AA5) is known color: Can Can. HEX triplet: D4, 8A and A5. RGB value is (212,138,165). Sum of RGB (Red+Green+Blue) = 212+138+165=515 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.17% from 515); Green value is 138 (54.30% from 255 or 26.80% from 515); Blue value is 165 (64.84% from 255 or 32.04% from 515); Max value from RGB is 212 - color contains mainly: red. Hex color #D48AA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48AA5 is #2B755A. Grayscale: #A3A3A3. Windows color (decimal): -2848091 or 10848980. OLE color: 10848980.

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

Color convert

RGB 212 138 165 -
CMYK 0 0.35 0.22 0.17
HSL 338.11º 0.46% 0.69% -
HSV(B) 338.11º 0.35% 0.83% -
XYZ 43.03 34.89 40.06 -
YUV 163.2 129.02 162.8 -
System Red Green Blue C M Y K H S L
Decimal 212 138 165 0 0.35 0.22 0.17 338.11 0.46 0.69
Hex D4 8A A5 0 23 16 11 152 2E 45
Octal 324 212 245 0 43 26 21 522 56 105
Binary 11010100 10001010 10100101 0 100011 10110 10001 101010010 101110 1000101

Color Harmonies of #D48AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48AA5

Black with #D48AA5

Text Example


Text Example

White with #D48AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48AA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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