Html Css Color HEX #D294BE Lily

📋 copy color: '#D294BE'

red 210 ◦ green 148 ◦ blue 190

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

Shades of Lily #D294BE

Tints of Lily #D294BE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.01%

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

R = 38.32%
G = 27.01%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D294BE (or 0xD294BE) is known color: Lily. HEX triplet: D2, 94 and BE. RGB value is (210,148,190). Sum of RGB (Red+Green+Blue) = 210+148+190=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 148 (58.20% from 255 or 27.01% from 548); Blue value is 190 (74.61% from 255 or 34.67% from 548); Max value from RGB is 210 - color contains mainly: red. Hex color #D294BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D294BE is #2D6B41. Grayscale: #ABABAB. Windows color (decimal): -2976578 or 12489938. OLE color: 12489938.

HSL color Cylindrical-coordinate representation of color #D294BE: hue angle of 319.35º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D294BE is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 148 190 -
CMYK 0 0.30 0.10 0.18
HSL 319.35º 0.41% 0.7% -
HSV(B) 319.35º 0.3% 0.82% -
XYZ 46.46 38.6 53.72 -
YUV 171.33 138.54 155.58 -
System Red Green Blue C M Y K H S L
Decimal 210 148 190 0 0.30 0.10 0.18 319.35 0.41 0.7
Hex D2 94 BE 0 1E A 12 13F 29 46
Octal 322 224 276 0 36 12 22 477 51 106
Binary 11010010 10010100 10111110 0 11110 1010 10010 100111111 101001 1000110

Color Harmonies of #D294BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D294BE

Black with #D294BE

Text Example


Text Example

White with #D294BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D294BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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