Html Css Color HEX #D48BBB Lily

📋 copy color: '#D48BBB'

red 212 ◦ green 139 ◦ blue 187

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

Shades of Lily #D48BBB

Tints of Lily #D48BBB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.84%

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

R = 39.41%
G = 25.84%
B = 34.76%

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

#D48BBB (or 0xD48BBB) is known color: Lily. HEX triplet: D4, 8B and BB. RGB value is (212,139,187). Sum of RGB (Red+Green+Blue) = 212+139+187=538 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.41% from 538); Green value is 139 (54.69% from 255 or 25.84% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 212 - color contains mainly: red. Hex color #D48BBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48BBB is #2B7444. Grayscale: #A6A6A6. Windows color (decimal): -2847813 or 12291028. OLE color: 12291028.

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

Color convert

RGB 212 139 187 -
CMYK 0 0.34 0.12 0.17
HSL 320.55º 0.46% 0.69% -
HSV(B) 320.55º 0.34% 0.83% -
XYZ 45.35 36.05 51.58 -
YUV 166.3 139.68 160.6 -
System Red Green Blue C M Y K H S L
Decimal 212 139 187 0 0.34 0.12 0.17 320.55 0.46 0.69
Hex D4 8B BB 0 22 C 11 141 2E 45
Octal 324 213 273 0 42 14 21 501 56 105
Binary 11010100 10001011 10111011 0 100010 1100 10001 101000001 101110 1000101

Color Harmonies of #D48BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48BBB

Black with #D48BBB

Text Example


Text Example

White with #D48BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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