Html Css Color HEX #D48DB9 Lily

📋 copy color: '#D48DB9'

red 212 ◦ green 141 ◦ blue 185

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

Shades of Lily #D48DB9

Tints of Lily #D48DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 34.39%

R = 39.41%
G = 26.21%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0.17

RGB Variations

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

Color information

#D48DB9 (or 0xD48DB9) is known color: Lily. HEX triplet: D4, 8D and B9. RGB value is (212,141,185). Sum of RGB (Red+Green+Blue) = 212+141+185=538 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.41% from 538); Green value is 141 (55.47% from 255 or 26.21% from 538); Blue value is 185 (72.66% from 255 or 34.39% from 538); Max value from RGB is 212 - color contains mainly: red. Hex color #D48DB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48DB9 is #2B7246. Grayscale: #A7A7A7. Windows color (decimal): -2847303 or 12160468. OLE color: 12160468.

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

Color convert

RGB 212 141 185 -
CMYK 0 0.33 0.13 0.17
HSL 322.82º 0.45% 0.69% -
HSV(B) 322.82º 0.33% 0.83% -
XYZ 45.43 36.55 50.56 -
YUV 167.25 138.02 159.92 -
System Red Green Blue C M Y K H S L
Decimal 212 141 185 0 0.33 0.13 0.17 322.82 0.45 0.69
Hex D4 8D B9 0 21 D 11 143 2D 45
Octal 324 215 271 0 41 15 21 503 55 105
Binary 11010100 10001101 10111001 0 100001 1101 10001 101000011 101101 1000101

Color Harmonies of #D48DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48DB9

Black with #D48DB9

Text Example


Text Example

White with #D48DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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