Html Css Color HEX #D293BE Lily

📋 copy color: '#D293BE'

red 210 ◦ green 147 ◦ blue 190

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

Shades of Lily #D293BE

Tints of Lily #D293BE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.87%

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

R = 38.39%
G = 26.87%
B = 34.73%

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

#D293BE (or 0xD293BE) is known color: Lily. HEX triplet: D2, 93 and BE. RGB value is (210,147,190). Sum of RGB (Red+Green+Blue) = 210+147+190=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 147 (57.81% from 255 or 26.87% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 210 - color contains mainly: red. Hex color #D293BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D293BE is #2D6C41. Grayscale: #AAAAAA. Windows color (decimal): -2976834 or 12489682. OLE color: 12489682.

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

Color convert

RGB 210 147 190 -
CMYK 0 0.30 0.10 0.18
HSL 319.05º 0.41% 0.7% -
HSV(B) 319.05º 0.3% 0.82% -
XYZ 46.31 38.29 53.66 -
YUV 170.74 138.87 156 -
System Red Green Blue C M Y K H S L
Decimal 210 147 190 0 0.30 0.10 0.18 319.05 0.41 0.7
Hex D2 93 BE 0 1E A 12 13F 29 46
Octal 322 223 276 0 36 12 22 477 51 106
Binary 11010010 10010011 10111110 0 11110 1010 10010 100111111 101001 1000110

Color Harmonies of #D293BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D293BE

Black with #D293BE

Text Example


Text Example

White with #D293BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D293BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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