Html Css Color HEX #D288BB Lily

📋 copy color: '#D288BB'

red 210 ◦ green 136 ◦ blue 187

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

Shades of Lily #D288BB

Tints of Lily #D288BB

RGB

 RED value IS 210 (82.42% from 255) = 39.4%

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

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

R = 39.4%
G = 25.52%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D288BB (or 0xD288BB) is known color: Lily. HEX triplet: D2, 88 and BB. RGB value is (210,136,187). Sum of RGB (Red+Green+Blue) = 210+136+187=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 136 (53.52% from 255 or 25.52% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 210 - color contains mainly: red. Hex color #D288BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D288BB is #2D7744. Grayscale: #A3A3A3. Windows color (decimal): -2979653 or 12290258. OLE color: 12290258.

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

Color convert

RGB 210 136 187 -
CMYK 0 0.35 0.11 0.18
HSL 318.65º 0.45% 0.68% -
HSV(B) 318.65º 0.35% 0.82% -
XYZ 44.35 34.9 51.41 -
YUV 163.94 141.02 160.85 -
System Red Green Blue C M Y K H S L
Decimal 210 136 187 0 0.35 0.11 0.18 318.65 0.45 0.68
Hex D2 88 BB 0 23 B 12 13F 2D 44
Octal 322 210 273 0 43 13 22 477 55 104
Binary 11010010 10001000 10111011 0 100011 1011 10010 100111111 101101 1000100

Color Harmonies of #D288BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D288BB

Black with #D288BB

Text Example


Text Example

White with #D288BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D288BB; }

 p { color: rgb(210,136,187); }

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

background-color css

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

 a { background-color: rgb(210,136,187); }

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

border-color css

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

 span { border-color: rgb(210,136,187); }

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