Html Css Color HEX #D287C0 Lily

📋 copy color: '#D287C0'

red 210 ◦ green 135 ◦ blue 192

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

Shades of Lily #D287C0

Tints of Lily #D287C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.75%

R = 39.11%
G = 25.14%
B = 35.75%

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

#D287C0 (or 0xD287C0) is known color: Lily. HEX triplet: D2, 87 and C0. RGB value is (210,135,192). Sum of RGB (Red+Green+Blue) = 210+135+192=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 135 (53.12% from 255 or 25.14% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 210 - color contains mainly: red. Hex color #D287C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D287C0 is #2D783F. Grayscale: #A3A3A3. Windows color (decimal): -2979904 or 12617682. OLE color: 12617682.

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

Color convert

RGB 210 135 192 -
CMYK 0 0.36 0.09 0.18
HSL 314.4º 0.45% 0.68% -
HSV(B) 314.4º 0.36% 0.82% -
XYZ 44.76 34.84 54.23 -
YUV 163.92 143.85 160.87 -
System Red Green Blue C M Y K H S L
Decimal 210 135 192 0 0.36 0.09 0.18 314.4 0.45 0.68
Hex D2 87 C0 0 24 9 12 13A 2D 44
Octal 322 207 300 0 44 11 22 472 55 104
Binary 11010010 10000111 11000000 0 100100 1001 10010 100111010 101101 1000100

Color Harmonies of #D287C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D287C0

Black with #D287C0

Text Example


Text Example

White with #D287C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D287C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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