Html Css Color HEX #D286B3 Lily

📋 copy color: '#D286B3'

red 210 ◦ green 134 ◦ blue 179

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

Shades of Lily #D286B3

Tints of Lily #D286B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.23%

R = 40.15%
G = 25.62%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D286B3 (or 0xD286B3) is known color: Lily. HEX triplet: D2, 86 and B3. RGB value is (210,134,179). Sum of RGB (Red+Green+Blue) = 210+134+179=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 134 (52.73% from 255 or 25.62% from 523); Blue value is 179 (70.31% from 255 or 34.23% from 523); Max value from RGB is 210 - color contains mainly: red. Hex color #D286B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D286B3 is #2D794C. Grayscale: #A1A1A1. Windows color (decimal): -2980173 or 11765458. OLE color: 11765458.

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

Color convert

RGB 210 134 179 -
CMYK 0 0.36 0.15 0.18
HSL 324.47º 0.46% 0.67% -
HSV(B) 324.47º 0.36% 0.82% -
XYZ 43.24 34.01 46.93 -
YUV 161.85 137.68 162.34 -
System Red Green Blue C M Y K H S L
Decimal 210 134 179 0 0.36 0.15 0.18 324.47 0.46 0.67
Hex D2 86 B3 0 24 F 12 144 2E 43
Octal 322 206 263 0 44 17 22 504 56 103
Binary 11010010 10000110 10110011 0 100100 1111 10010 101000100 101110 1000011

Color Harmonies of #D286B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D286B3

Black with #D286B3

Text Example


Text Example

White with #D286B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D286B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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