Html Css Color HEX #D286BA Lily

📋 copy color: '#D286BA'

red 210 ◦ green 134 ◦ blue 186

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

Shades of Lily #D286BA

Tints of Lily #D286BA

RGB

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

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

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

R = 39.62%
G = 25.28%
B = 35.09%

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

#D286BA (or 0xD286BA) is known color: Lily. HEX triplet: D2, 86 and BA. RGB value is (210,134,186). Sum of RGB (Red+Green+Blue) = 210+134+186=530 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.62% from 530); Green value is 134 (52.73% from 255 or 25.28% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 210 - color contains mainly: red. Hex color #D286BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D286BA is #2D7945. Grayscale: #A2A2A2. Windows color (decimal): -2980166 or 12224210. OLE color: 12224210.

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

Color convert

RGB 210 134 186 -
CMYK 0 0.36 0.11 0.18
HSL 318.95º 0.46% 0.67% -
HSV(B) 318.95º 0.36% 0.82% -
XYZ 43.97 34.3 50.76 -
YUV 162.65 141.18 161.77 -
System Red Green Blue C M Y K H S L
Decimal 210 134 186 0 0.36 0.11 0.18 318.95 0.46 0.67
Hex D2 86 BA 0 24 B 12 13F 2E 43
Octal 322 206 272 0 44 13 22 477 56 103
Binary 11010010 10000110 10111010 0 100100 1011 10010 100111111 101110 1000011

Color Harmonies of #D286BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D286BA

Black with #D286BA

Text Example


Text Example

White with #D286BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D286BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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