Html Css Color HEX #D093B7 Lily

📋 copy color: '#D093B7'

red 208 ◦ green 147 ◦ blue 183

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

Shades of Lily #D093B7

Tints of Lily #D093B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 34.01%

R = 38.66%
G = 27.32%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D093B7 (or 0xD093B7) is known color: Lily. HEX triplet: D0, 93 and B7. RGB value is (208,147,183). Sum of RGB (Red+Green+Blue) = 208+147+183=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 147 (57.81% from 255 or 27.32% from 538); Blue value is 183 (71.88% from 255 or 34.01% from 538); Max value from RGB is 208 - color contains mainly: red. Hex color #D093B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D093B7 is #2F6C48. Grayscale: #A9A9A9. Windows color (decimal): -3107913 or 12030928. OLE color: 12030928.

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

Color convert

RGB 208 147 183 -
CMYK 0 0.29 0.12 0.18
HSL 324.59º 0.39% 0.7% -
HSV(B) 324.59º 0.29% 0.82% -
XYZ 44.99 37.7 49.7 -
YUV 169.34 135.71 155.57 -
System Red Green Blue C M Y K H S L
Decimal 208 147 183 0 0.29 0.12 0.18 324.59 0.39 0.7
Hex D0 93 B7 0 1D C 12 145 27 46
Octal 320 223 267 0 35 14 22 505 47 106
Binary 11010000 10010011 10110111 0 11101 1100 10010 101000101 100111 1000110

Color Harmonies of #D093B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D093B7

Black with #D093B7

Text Example


Text Example

White with #D093B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D093B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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