Html Css Color HEX #D095BC Lily

📋 copy color: '#D095BC'

red 208 ◦ green 149 ◦ blue 188

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

Shades of Lily #D095BC

Tints of Lily #D095BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.5%

R = 38.17%
G = 27.34%
B = 34.5%

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

#D095BC (or 0xD095BC) is known color: Lily. HEX triplet: D0, 95 and BC. RGB value is (208,149,188). Sum of RGB (Red+Green+Blue) = 208+149+188=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 149 (58.59% from 255 or 27.34% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 208 - color contains mainly: red. Hex color #D095BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D095BC is #2F6A43. Grayscale: #AAAAAA. Windows color (decimal): -3107396 or 12359120. OLE color: 12359120.

HSL color Cylindrical-coordinate representation of color #D095BC: hue angle of 320.34º 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 #D095BC is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 149 188 -
CMYK 0 0.28 0.10 0.18
HSL 320.34º 0.39% 0.7% -
HSV(B) 320.34º 0.28% 0.82% -
XYZ 45.84 38.54 52.6 -
YUV 171.09 137.55 154.33 -
System Red Green Blue C M Y K H S L
Decimal 208 149 188 0 0.28 0.10 0.18 320.34 0.39 0.7
Hex D0 95 BC 0 1C A 12 140 27 46
Octal 320 225 274 0 34 12 22 500 47 106
Binary 11010000 10010101 10111100 0 11100 1010 10010 101000000 100111 1000110

Color Harmonies of #D095BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D095BC

Black with #D095BC

Text Example


Text Example

White with #D095BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D095BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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