Html Css Color HEX #D093BC Lily

📋 copy color: '#D093BC'

red 208 ◦ green 147 ◦ blue 188

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

Shades of Lily #D093BC

Tints of Lily #D093BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.62%

R = 38.31%
G = 27.07%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D093BC (or 0xD093BC) is known color: Lily. HEX triplet: D0, 93 and BC. RGB value is (208,147,188). Sum of RGB (Red+Green+Blue) = 208+147+188=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 147 (57.81% from 255 or 27.07% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 208 - color contains mainly: red. Hex color #D093BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D093BC is #2F6C43. Grayscale: #A9A9A9. Windows color (decimal): -3107908 or 12358608. OLE color: 12358608.

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

Color convert

RGB 208 147 188 -
CMYK 0 0.29 0.10 0.18
HSL 319.67º 0.39% 0.7% -
HSV(B) 319.67º 0.29% 0.82% -
XYZ 45.52 37.91 52.49 -
YUV 169.91 138.21 155.17 -
System Red Green Blue C M Y K H S L
Decimal 208 147 188 0 0.29 0.10 0.18 319.67 0.39 0.7
Hex D0 93 BC 0 1D A 12 140 27 46
Octal 320 223 274 0 35 12 22 500 47 106
Binary 11010000 10010011 10111100 0 11101 1010 10010 101000000 100111 1000110

Color Harmonies of #D093BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D093BC

Black with #D093BC

Text Example


Text Example

White with #D093BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D093BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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