Html Css Color HEX #D286BB Lily

📋 copy color: '#D286BB'

red 210 ◦ green 134 ◦ blue 187

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

Shades of Lily #D286BB

Tints of Lily #D286BB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.24%

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

R = 39.55%
G = 25.24%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D286BB (or 0xD286BB) is known color: Lily. HEX triplet: D2, 86 and BB. RGB value is (210,134,187). Sum of RGB (Red+Green+Blue) = 210+134+187=531 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.55% from 531); Green value is 134 (52.73% from 255 or 25.24% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 210 - color contains mainly: red. Hex color #D286BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D286BB is #2D7944. Grayscale: #A2A2A2. Windows color (decimal): -2980165 or 12289746. OLE color: 12289746.

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

Color convert

RGB 210 134 187 -
CMYK 0 0.36 0.11 0.18
HSL 318.16º 0.46% 0.67% -
HSV(B) 318.16º 0.36% 0.82% -
XYZ 44.07 34.34 51.32 -
YUV 162.77 141.68 161.69 -
System Red Green Blue C M Y K H S L
Decimal 210 134 187 0 0.36 0.11 0.18 318.16 0.46 0.67
Hex D2 86 BB 0 24 B 12 13E 2E 43
Octal 322 206 273 0 44 13 22 476 56 103
Binary 11010010 10000110 10111011 0 100100 1011 10010 100111110 101110 1000011

Color Harmonies of #D286BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D286BB

Black with #D286BB

Text Example


Text Example

White with #D286BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D286BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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