Html Css Color HEX #D088BE Lily

📋 copy color: '#D088BE'

red 208 ◦ green 136 ◦ blue 190

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

Shades of Lily #D088BE

Tints of Lily #D088BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.58%

R = 38.95%
G = 25.47%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D088BE (or 0xD088BE) is known color: Lily. HEX triplet: D0, 88 and BE. RGB value is (208,136,190). Sum of RGB (Red+Green+Blue) = 208+136+190=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 136 (53.52% from 255 or 25.47% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 208 - color contains mainly: red. Hex color #D088BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D088BE is #2F7741. Grayscale: #A3A3A3. Windows color (decimal): -3110722 or 12486864. OLE color: 12486864.

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

Color convert

RGB 208 136 190 -
CMYK 0 0.35 0.09 0.18
HSL 315º 0.43% 0.67% -
HSV(B) 315º 0.35% 0.82% -
XYZ 44.11 34.74 53.1 -
YUV 163.68 142.85 159.61 -
System Red Green Blue C M Y K H S L
Decimal 208 136 190 0 0.35 0.09 0.18 315 0.43 0.67
Hex D0 88 BE 0 23 9 12 13B 2B 43
Octal 320 210 276 0 43 11 22 473 53 103
Binary 11010000 10001000 10111110 0 100011 1001 10010 100111011 101011 1000011

Color Harmonies of #D088BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D088BE

Black with #D088BE

Text Example


Text Example

White with #D088BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D088BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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