Html Css Color HEX #D48CBB Lily

📋 copy color: '#D48CBB'

red 212 ◦ green 140 ◦ blue 187

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

Shades of Lily #D48CBB

Tints of Lily #D48CBB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.97%

 BLUE value IS 187 (73.44% from 255) = 34.69%

R = 39.33%
G = 25.97%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D48CBB (or 0xD48CBB) is known color: Lily. HEX triplet: D4, 8C and BB. RGB value is (212,140,187). Sum of RGB (Red+Green+Blue) = 212+140+187=539 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.33% from 539); Green value is 140 (55.08% from 255 or 25.97% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 212 - color contains mainly: red. Hex color #D48CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48CBB is #2B7344. Grayscale: #A6A6A6. Windows color (decimal): -2847557 or 12291284. OLE color: 12291284.

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

Color convert

RGB 212 140 187 -
CMYK 0 0.34 0.12 0.17
HSL 320.83º 0.46% 0.69% -
HSV(B) 320.83º 0.34% 0.83% -
XYZ 45.5 36.34 51.63 -
YUV 166.89 139.35 160.18 -
System Red Green Blue C M Y K H S L
Decimal 212 140 187 0 0.34 0.12 0.17 320.83 0.46 0.69
Hex D4 8C BB 0 22 C 11 141 2E 45
Octal 324 214 273 0 42 14 21 501 56 105
Binary 11010100 10001100 10111011 0 100010 1100 10001 101000001 101110 1000101

Color Harmonies of #D48CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48CBB

Black with #D48CBB

Text Example


Text Example

White with #D48CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48CBB; }

 p { color: rgb(212,140,187); }

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

background-color css

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

 a { background-color: rgb(212,140,187); }

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

border-color css

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

 span { border-color: rgb(212,140,187); }

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