Html Css Color HEX #D48D9F Can Can

📋 copy color: '#D48D9F'

red 212 ◦ green 141 ◦ blue 159

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

Shades of Can Can #D48D9F

Tints of Can Can #D48D9F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.54%

 BLUE value IS 159 (62.5% from 255) = 31.05%

R = 41.41%
G = 27.54%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D48D9F (or 0xD48D9F) is known color: Can Can. HEX triplet: D4, 8D and 9F. RGB value is (212,141,159). Sum of RGB (Red+Green+Blue) = 212+141+159=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 141 (55.47% from 255 or 27.54% from 512); Blue value is 159 (62.5% from 255 or 31.05% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D48D9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48D9F is #2B7260. Grayscale: #A4A4A4. Windows color (decimal): -2847329 or 10456532. OLE color: 10456532.

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

Color convert

RGB 212 141 159 -
CMYK 0 0.33 0.25 0.17
HSL 344.79º 0.45% 0.69% -
HSV(B) 344.79º 0.33% 0.83% -
XYZ 42.93 35.55 37.4 -
YUV 164.28 125.02 162.04 -
System Red Green Blue C M Y K H S L
Decimal 212 141 159 0 0.33 0.25 0.17 344.79 0.45 0.69
Hex D4 8D 9F 0 21 19 11 159 2D 45
Octal 324 215 237 0 41 31 21 531 55 105
Binary 11010100 10001101 10011111 0 100001 11001 10001 101011001 101101 1000101

Color Harmonies of #D48D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48D9F

Black with #D48D9F

Text Example


Text Example

White with #D48D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48D9F; }

 p { color: rgb(212,141,159); }

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

background-color css

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

 a { background-color: rgb(212,141,159); }

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

border-color css

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

 span { border-color: rgb(212,141,159); }

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