Html Css Color HEX #D287BF Lily

📋 copy color: '#D287BF'

red 210 ◦ green 135 ◦ blue 191

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

Shades of Lily #D287BF

Tints of Lily #D287BF

RGB

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

 GREEN value IS 135 (53.13% from 255) = 25.19%

 BLUE value IS 191 (75% from 255) = 35.63%

R = 39.18%
G = 25.19%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D287BF (or 0xD287BF) is known color: Lily. HEX triplet: D2, 87 and BF. RGB value is (210,135,191). Sum of RGB (Red+Green+Blue) = 210+135+191=536 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.18% from 536); Green value is 135 (53.12% from 255 or 25.19% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 210 - color contains mainly: red. Hex color #D287BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D287BF is #2D7840. Grayscale: #A3A3A3. Windows color (decimal): -2979905 or 12552146. OLE color: 12552146.

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

Color convert

RGB 210 135 191 -
CMYK 0 0.36 0.09 0.18
HSL 315.2º 0.45% 0.68% -
HSV(B) 315.2º 0.36% 0.82% -
XYZ 44.65 34.79 53.65 -
YUV 163.81 143.35 160.95 -
System Red Green Blue C M Y K H S L
Decimal 210 135 191 0 0.36 0.09 0.18 315.2 0.45 0.68
Hex D2 87 BF 0 24 9 12 13B 2D 44
Octal 322 207 277 0 44 11 22 473 55 104
Binary 11010010 10000111 10111111 0 100100 1001 10010 100111011 101101 1000100

Color Harmonies of #D287BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D287BF

Black with #D287BF

Text Example


Text Example

White with #D287BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D287BF; }

 p { color: rgb(210,135,191); }

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

background-color css

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

 a { background-color: rgb(210,135,191); }

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

border-color css

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

 span { border-color: rgb(210,135,191); }

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