Html Css Color HEX #D295BE Lily

📋 copy color: '#D295BE'

red 210 ◦ green 149 ◦ blue 190

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

Shades of Lily #D295BE

Tints of Lily #D295BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.61%

R = 38.25%
G = 27.14%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D295BE (or 0xD295BE) is known color: Lily. HEX triplet: D2, 95 and BE. RGB value is (210,149,190). Sum of RGB (Red+Green+Blue) = 210+149+190=549 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.25% from 549); Green value is 149 (58.59% from 255 or 27.14% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 210 - color contains mainly: red. Hex color #D295BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D295BE is #2D6A41. Grayscale: #ABABAB. Windows color (decimal): -2976322 or 12490194. OLE color: 12490194.

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

Color convert

RGB 210 149 190 -
CMYK 0 0.29 0.10 0.18
HSL 319.67º 0.4% 0.7% -
HSV(B) 319.67º 0.29% 0.82% -
XYZ 46.62 38.91 53.77 -
YUV 171.91 138.21 155.17 -
System Red Green Blue C M Y K H S L
Decimal 210 149 190 0 0.29 0.10 0.18 319.67 0.4 0.7
Hex D2 95 BE 0 1D A 12 140 28 46
Octal 322 225 276 0 35 12 22 500 50 106
Binary 11010010 10010101 10111110 0 11101 1010 10010 101000000 101000 1000110

Color Harmonies of #D295BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D295BE

Black with #D295BE

Text Example


Text Example

White with #D295BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D295BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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