Html Css Color HEX #D093B8 Lily

📋 copy color: '#D093B8'

red 208 ◦ green 147 ◦ blue 184

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

Shades of Lily #D093B8

Tints of Lily #D093B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.14%

R = 38.59%
G = 27.27%
B = 34.14%

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

#D093B8 (or 0xD093B8) is known color: Lily. HEX triplet: D0, 93 and B8. RGB value is (208,147,184). Sum of RGB (Red+Green+Blue) = 208+147+184=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 147 (57.81% from 255 or 27.27% from 539); Blue value is 184 (72.27% from 255 or 34.14% from 539); Max value from RGB is 208 - color contains mainly: red. Hex color #D093B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D093B8 is #2F6C47. Grayscale: #A9A9A9. Windows color (decimal): -3107912 or 12096464. OLE color: 12096464.

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

Color convert

RGB 208 147 184 -
CMYK 0 0.29 0.12 0.18
HSL 323.61º 0.39% 0.7% -
HSV(B) 323.61º 0.29% 0.82% -
XYZ 45.1 37.74 50.25 -
YUV 169.46 136.21 155.49 -
System Red Green Blue C M Y K H S L
Decimal 208 147 184 0 0.29 0.12 0.18 323.61 0.39 0.7
Hex D0 93 B8 0 1D C 12 144 27 46
Octal 320 223 270 0 35 14 22 504 47 106
Binary 11010000 10010011 10111000 0 11101 1100 10010 101000100 100111 1000110

Color Harmonies of #D093B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D093B8

Black with #D093B8

Text Example


Text Example

White with #D093B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D093B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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