Html Css Color HEX #D288BA Lily

📋 copy color: '#D288BA'

red 210 ◦ green 136 ◦ blue 186

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

Shades of Lily #D288BA

Tints of Lily #D288BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.96%

R = 39.47%
G = 25.56%
B = 34.96%

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

#D288BA (or 0xD288BA) is known color: Lily. HEX triplet: D2, 88 and BA. RGB value is (210,136,186). Sum of RGB (Red+Green+Blue) = 210+136+186=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 136 (53.52% from 255 or 25.56% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 210 - color contains mainly: red. Hex color #D288BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D288BA is #2D7745. Grayscale: #A3A3A3. Windows color (decimal): -2979654 or 12224722. OLE color: 12224722.

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

Color convert

RGB 210 136 186 -
CMYK 0 0.35 0.11 0.18
HSL 319.46º 0.45% 0.68% -
HSV(B) 319.46º 0.35% 0.82% -
XYZ 44.25 34.86 50.85 -
YUV 163.83 140.52 160.93 -
System Red Green Blue C M Y K H S L
Decimal 210 136 186 0 0.35 0.11 0.18 319.46 0.45 0.68
Hex D2 88 BA 0 23 B 12 13F 2D 44
Octal 322 210 272 0 43 13 22 477 55 104
Binary 11010010 10001000 10111010 0 100011 1011 10010 100111111 101101 1000100

Color Harmonies of #D288BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D288BA

Black with #D288BA

Text Example


Text Example

White with #D288BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D288BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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