Html Css Color HEX #D295BF Lily

📋 copy color: '#D295BF'

red 210 ◦ green 149 ◦ blue 191

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

Shades of Lily #D295BF

Tints of Lily #D295BF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.09%

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

R = 38.18%
G = 27.09%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D295BF (or 0xD295BF) is known color: Lily. HEX triplet: D2, 95 and BF. RGB value is (210,149,191). Sum of RGB (Red+Green+Blue) = 210+149+191=550 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.18% from 550); Green value is 149 (58.59% from 255 or 27.09% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 210 - color contains mainly: red. Hex color #D295BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D295BF is #2D6A40. Grayscale: #ABABAB. Windows color (decimal): -2976321 or 12555730. OLE color: 12555730.

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

Color convert

RGB 210 149 191 -
CMYK 0 0.29 0.09 0.18
HSL 318.69º 0.4% 0.7% -
HSV(B) 318.69º 0.29% 0.82% -
XYZ 46.73 38.96 54.35 -
YUV 172.03 138.71 155.08 -
System Red Green Blue C M Y K H S L
Decimal 210 149 191 0 0.29 0.09 0.18 318.69 0.4 0.7
Hex D2 95 BF 0 1D 9 12 13F 28 46
Octal 322 225 277 0 35 11 22 477 50 106
Binary 11010010 10010101 10111111 0 11101 1001 10010 100111111 101000 1000110

Color Harmonies of #D295BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D295BF

Black with #D295BF

Text Example


Text Example

White with #D295BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D295BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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