Html Css Color HEX #D293B3 Lily

📋 copy color: '#D293B3'

red 210 ◦ green 147 ◦ blue 179

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

Shades of Lily #D293B3

Tints of Lily #D293B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.4%

R = 39.18%
G = 27.43%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D293B3 (or 0xD293B3) is known color: Lily. HEX triplet: D2, 93 and B3. RGB value is (210,147,179). Sum of RGB (Red+Green+Blue) = 210+147+179=536 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.18% from 536); Green value is 147 (57.81% from 255 or 27.43% from 536); Blue value is 179 (70.31% from 255 or 33.40% from 536); Max value from RGB is 210 - color contains mainly: red. Hex color #D293B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D293B3 is #2D6C4C. Grayscale: #A9A9A9. Windows color (decimal): -2976845 or 11768786. OLE color: 11768786.

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

Color convert

RGB 210 147 179 -
CMYK 0 0.30 0.15 0.18
HSL 329.52º 0.41% 0.7% -
HSV(B) 329.52º 0.3% 0.82% -
XYZ 45.15 37.82 47.57 -
YUV 169.49 133.37 156.9 -
System Red Green Blue C M Y K H S L
Decimal 210 147 179 0 0.30 0.15 0.18 329.52 0.41 0.7
Hex D2 93 B3 0 1E F 12 14A 29 46
Octal 322 223 263 0 36 17 22 512 51 106
Binary 11010010 10010011 10110011 0 11110 1111 10010 101001010 101001 1000110

Color Harmonies of #D293B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D293B3

Black with #D293B3

Text Example


Text Example

White with #D293B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D293B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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