Html Css Color HEX #D095BB Lily

📋 copy color: '#D095BB'

red 208 ◦ green 149 ◦ blue 187

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

Shades of Lily #D095BB

Tints of Lily #D095BB

RGB

 RED value IS 208 (81.64% from 255) = 38.24%

 GREEN value IS 149 (58.59% from 255) = 27.39%

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

R = 38.24%
G = 27.39%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D095BB (or 0xD095BB) is known color: Lily. HEX triplet: D0, 95 and BB. RGB value is (208,149,187). Sum of RGB (Red+Green+Blue) = 208+149+187=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 149 (58.59% from 255 or 27.39% from 544); Blue value is 187 (73.44% from 255 or 34.38% from 544); Max value from RGB is 208 - color contains mainly: red. Hex color #D095BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D095BB is #2F6A44. Grayscale: #AAAAAA. Windows color (decimal): -3107397 or 12293584. OLE color: 12293584.

HSL color Cylindrical-coordinate representation of color #D095BB: hue angle of 321.36º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D095BB is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 149 187 -
CMYK 0 0.28 0.10 0.18
HSL 321.36º 0.39% 0.7% -
HSV(B) 321.36º 0.28% 0.82% -
XYZ 45.73 38.49 52.03 -
YUV 170.97 137.05 154.41 -
System Red Green Blue C M Y K H S L
Decimal 208 149 187 0 0.28 0.10 0.18 321.36 0.39 0.7
Hex D0 95 BB 0 1C A 12 141 27 46
Octal 320 225 273 0 34 12 22 501 47 106
Binary 11010000 10010101 10111011 0 11100 1010 10010 101000001 100111 1000110

Color Harmonies of #D095BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D095BB

Black with #D095BB

Text Example


Text Example

White with #D095BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D095BB; }

 p { color: rgb(208,149,187); }

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

background-color css

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

 a { background-color: rgb(208,149,187); }

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

border-color css

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

 span { border-color: rgb(208,149,187); }

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