Html Css Color HEX #D093B9 Lily

📋 copy color: '#D093B9'

red 208 ◦ green 147 ◦ blue 185

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

Shades of Lily #D093B9

Tints of Lily #D093B9

RGB

 RED value IS 208 (81.64% from 255) = 38.52%

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

 BLUE value IS 185 (72.66% from 255) = 34.26%

R = 38.52%
G = 27.22%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D093B9 (or 0xD093B9) is known color: Lily. HEX triplet: D0, 93 and B9. RGB value is (208,147,185). Sum of RGB (Red+Green+Blue) = 208+147+185=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 147 (57.81% from 255 or 27.22% from 540); Blue value is 185 (72.66% from 255 or 34.26% from 540); Max value from RGB is 208 - color contains mainly: red. Hex color #D093B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D093B9 is #2F6C46. Grayscale: #A9A9A9. Windows color (decimal): -3107911 or 12162000. OLE color: 12162000.

HSL color Cylindrical-coordinate representation of color #D093B9: hue angle of 322.62º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D093B9 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 147 185 -
CMYK 0 0.29 0.11 0.18
HSL 322.62º 0.39% 0.7% -
HSV(B) 322.62º 0.29% 0.82% -
XYZ 45.2 37.78 50.81 -
YUV 169.57 136.71 155.41 -
System Red Green Blue C M Y K H S L
Decimal 208 147 185 0 0.29 0.11 0.18 322.62 0.39 0.7
Hex D0 93 B9 0 1D B 12 143 27 46
Octal 320 223 271 0 35 13 22 503 47 106
Binary 11010000 10010011 10111001 0 11101 1011 10010 101000011 100111 1000110

Color Harmonies of #D093B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D093B9

Black with #D093B9

Text Example


Text Example

White with #D093B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D093B9; }

 p { color: rgb(208,147,185); }

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

background-color css

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

 a { background-color: rgb(208,147,185); }

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

border-color css

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

 span { border-color: rgb(208,147,185); }

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