Html Css Color HEX #D092BB Lily

📋 copy color: '#D092BB'

red 208 ◦ green 146 ◦ blue 187

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

Shades of Lily #D092BB

Tints of Lily #D092BB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.99%

 BLUE value IS 187 (73.44% from 255) = 34.57%

R = 38.45%
G = 26.99%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D092BB (or 0xD092BB) is known color: Lily. HEX triplet: D0, 92 and BB. RGB value is (208,146,187). Sum of RGB (Red+Green+Blue) = 208+146+187=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 146 (57.42% from 255 or 26.99% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 208 - color contains mainly: red. Hex color #D092BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D092BB is #2F6D44. Grayscale: #A9A9A9. Windows color (decimal): -3108165 or 12292816. OLE color: 12292816.

HSL color Cylindrical-coordinate representation of color #D092BB: hue angle of 320.32º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D092BB is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 146 187 -
CMYK 0 0.30 0.10 0.18
HSL 320.32º 0.4% 0.69% -
HSV(B) 320.32º 0.3% 0.82% -
XYZ 45.26 37.56 51.88 -
YUV 169.21 138.04 155.67 -
System Red Green Blue C M Y K H S L
Decimal 208 146 187 0 0.30 0.10 0.18 320.32 0.4 0.69
Hex D0 92 BB 0 1E A 12 140 28 45
Octal 320 222 273 0 36 12 22 500 50 105
Binary 11010000 10010010 10111011 0 11110 1010 10010 101000000 101000 1000101

Color Harmonies of #D092BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D092BB

Black with #D092BB

Text Example


Text Example

White with #D092BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D092BB; }

 p { color: rgb(208,146,187); }

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

background-color css

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

 a { background-color: rgb(208,146,187); }

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

border-color css

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

 span { border-color: rgb(208,146,187); }

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