Html Css Color HEX #D288BE Lily

📋 copy color: '#D288BE'

red 210 ◦ green 136 ◦ blue 190

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

Shades of Lily #D288BE

Tints of Lily #D288BE

RGB

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

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

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

R = 39.18%
G = 25.37%
B = 35.45%

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

#D288BE (or 0xD288BE) is known color: Lily. HEX triplet: D2, 88 and BE. RGB value is (210,136,190). Sum of RGB (Red+Green+Blue) = 210+136+190=536 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.18% from 536); Green value is 136 (53.52% from 255 or 25.37% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 210 - color contains mainly: red. Hex color #D288BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D288BE is #2D7741. Grayscale: #A4A4A4. Windows color (decimal): -2979650 or 12486866. OLE color: 12486866.

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

Color convert

RGB 210 136 190 -
CMYK 0 0.35 0.10 0.18
HSL 316.22º 0.45% 0.68% -
HSV(B) 316.22º 0.35% 0.82% -
XYZ 44.68 35.03 53.12 -
YUV 164.28 142.52 160.61 -
System Red Green Blue C M Y K H S L
Decimal 210 136 190 0 0.35 0.10 0.18 316.22 0.45 0.68
Hex D2 88 BE 0 23 A 12 13C 2D 44
Octal 322 210 276 0 43 12 22 474 55 104
Binary 11010010 10001000 10111110 0 100011 1010 10010 100111100 101101 1000100

Color Harmonies of #D288BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D288BE

Black with #D288BE

Text Example


Text Example

White with #D288BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D288BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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