Html Css Color HEX #D094BC Lily

📋 copy color: '#D094BC'

red 208 ◦ green 148 ◦ blue 188

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

Shades of Lily #D094BC

Tints of Lily #D094BC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.21%

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

R = 38.24%
G = 27.21%
B = 34.56%

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

#D094BC (or 0xD094BC) is known color: Lily. HEX triplet: D0, 94 and BC. RGB value is (208,148,188). Sum of RGB (Red+Green+Blue) = 208+148+188=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 148 (58.20% from 255 or 27.21% from 544); Blue value is 188 (73.83% from 255 or 34.56% from 544); Max value from RGB is 208 - color contains mainly: red. Hex color #D094BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D094BC is #2F6B43. Grayscale: #AAAAAA. Windows color (decimal): -3107652 or 12358864. OLE color: 12358864.

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

Color convert

RGB 208 148 188 -
CMYK 0 0.29 0.10 0.18
HSL 320º 0.39% 0.7% -
HSV(B) 320º 0.29% 0.82% -
XYZ 45.68 38.22 52.55 -
YUV 170.5 137.88 154.75 -
System Red Green Blue C M Y K H S L
Decimal 208 148 188 0 0.29 0.10 0.18 320 0.39 0.7
Hex D0 94 BC 0 1D A 12 140 27 46
Octal 320 224 274 0 35 12 22 500 47 106
Binary 11010000 10010100 10111100 0 11101 1010 10010 101000000 100111 1000110

Color Harmonies of #D094BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D094BC

Black with #D094BC

Text Example


Text Example

White with #D094BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D094BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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