Html Css Color HEX #D088B0 Lily

📋 copy color: '#D088B0'

red 208 ◦ green 136 ◦ blue 176

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

Shades of Lily #D088B0

Tints of Lily #D088B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.85%

R = 40%
G = 26.15%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D088B0 (or 0xD088B0) is known color: Lily. HEX triplet: D0, 88 and B0. RGB value is (208,136,176). Sum of RGB (Red+Green+Blue) = 208+136+176=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 208 - color contains mainly: red. Hex color #D088B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D088B0 is #2F774F. Grayscale: #A2A2A2. Windows color (decimal): -3110736 or 11569360. OLE color: 11569360.

HSL color Cylindrical-coordinate representation of color #D088B0: hue angle of 326.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 #D088B0 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 136 176 -
CMYK 0 0.35 0.15 0.18
HSL 326.67º 0.43% 0.67% -
HSV(B) 326.67º 0.35% 0.82% -
XYZ 42.65 34.15 45.42 -
YUV 162.09 135.85 160.75 -
System Red Green Blue C M Y K H S L
Decimal 208 136 176 0 0.35 0.15 0.18 326.67 0.43 0.67
Hex D0 88 B0 0 23 F 12 147 2B 43
Octal 320 210 260 0 43 17 22 507 53 103
Binary 11010000 10001000 10110000 0 100011 1111 10010 101000111 101011 1000011

Color Harmonies of #D088B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D088B0

Black with #D088B0

Text Example


Text Example

White with #D088B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D088B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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