Html Css Color HEX #D088BC Lily

📋 copy color: '#D088BC'

red 208 ◦ green 136 ◦ blue 188

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

Shades of Lily #D088BC

Tints of Lily #D088BC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.56%

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

R = 39.1%
G = 25.56%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D088BC (or 0xD088BC) is known color: Lily. HEX triplet: D0, 88 and BC. RGB value is (208,136,188). Sum of RGB (Red+Green+Blue) = 208+136+188=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 136 (53.52% from 255 or 25.56% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 208 - color contains mainly: red. Hex color #D088BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D088BC is #2F7743. Grayscale: #A3A3A3. Windows color (decimal): -3110724 or 12355792. OLE color: 12355792.

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

Color convert

RGB 208 136 188 -
CMYK 0 0.35 0.10 0.18
HSL 316.67º 0.43% 0.67% -
HSV(B) 316.67º 0.35% 0.82% -
XYZ 43.89 34.65 51.95 -
YUV 163.46 141.85 159.77 -
System Red Green Blue C M Y K H S L
Decimal 208 136 188 0 0.35 0.10 0.18 316.67 0.43 0.67
Hex D0 88 BC 0 23 A 12 13D 2B 43
Octal 320 210 274 0 43 12 22 475 53 103
Binary 11010000 10001000 10111100 0 100011 1010 10010 100111101 101011 1000011

Color Harmonies of #D088BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D088BC

Black with #D088BC

Text Example


Text Example

White with #D088BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D088BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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