Html Css Color HEX #D294BC Lily

📋 copy color: '#D294BC'

red 210 ◦ green 148 ◦ blue 188

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

Shades of Lily #D294BC

Tints of Lily #D294BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.43%

R = 38.46%
G = 27.11%
B = 34.43%

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

#D294BC (or 0xD294BC) is known color: Lily. HEX triplet: D2, 94 and BC. RGB value is (210,148,188). Sum of RGB (Red+Green+Blue) = 210+148+188=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 148 (58.20% from 255 or 27.11% from 546); Blue value is 188 (73.83% from 255 or 34.43% from 546); Max value from RGB is 210 - color contains mainly: red. Hex color #D294BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D294BC is #2D6B43. Grayscale: #ABABAB. Windows color (decimal): -2976580 or 12358866. OLE color: 12358866.

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

Color convert

RGB 210 148 188 -
CMYK 0 0.30 0.10 0.18
HSL 321.29º 0.41% 0.7% -
HSV(B) 321.29º 0.3% 0.82% -
XYZ 46.25 38.51 52.57 -
YUV 171.1 137.54 155.75 -
System Red Green Blue C M Y K H S L
Decimal 210 148 188 0 0.30 0.10 0.18 321.29 0.41 0.7
Hex D2 94 BC 0 1E A 12 141 29 46
Octal 322 224 274 0 36 12 22 501 51 106
Binary 11010010 10010100 10111100 0 11110 1010 10010 101000001 101001 1000110

Color Harmonies of #D294BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D294BC

Black with #D294BC

Text Example


Text Example

White with #D294BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D294BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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