Html Css Color HEX #D294BF Lily

📋 copy color: '#D294BF'

red 210 ◦ green 148 ◦ blue 191

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

Shades of Lily #D294BF

Tints of Lily #D294BF

RGB

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

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

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

R = 38.25%
G = 26.96%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D294BF (or 0xD294BF) is known color: Lily. HEX triplet: D2, 94 and BF. RGB value is (210,148,191). Sum of RGB (Red+Green+Blue) = 210+148+191=549 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.25% from 549); Green value is 148 (58.20% from 255 or 26.96% from 549); Blue value is 191 (75% from 255 or 34.79% from 549); Max value from RGB is 210 - color contains mainly: red. Hex color #D294BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D294BF is #2D6B40. Grayscale: #ABABAB. Windows color (decimal): -2976577 or 12555474. OLE color: 12555474.

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

Color convert

RGB 210 148 191 -
CMYK 0 0.30 0.09 0.18
HSL 318.39º 0.41% 0.7% -
HSV(B) 318.39º 0.3% 0.82% -
XYZ 46.57 38.64 54.29 -
YUV 171.44 139.04 155.5 -
System Red Green Blue C M Y K H S L
Decimal 210 148 191 0 0.30 0.09 0.18 318.39 0.41 0.7
Hex D2 94 BF 0 1E 9 12 13E 29 46
Octal 322 224 277 0 36 11 22 476 51 106
Binary 11010010 10010100 10111111 0 11110 1001 10010 100111110 101001 1000110

Color Harmonies of #D294BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D294BF

Black with #D294BF

Text Example


Text Example

White with #D294BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D294BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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