Html Css Color HEX #D092BE Lily

📋 copy color: '#D092BE'

red 208 ◦ green 146 ◦ blue 190

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

Shades of Lily #D092BE

Tints of Lily #D092BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.93%

R = 38.24%
G = 26.84%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D092BE (or 0xD092BE) is known color: Lily. HEX triplet: D0, 92 and BE. RGB value is (208,146,190). Sum of RGB (Red+Green+Blue) = 208+146+190=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 146 (57.42% from 255 or 26.84% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 208 - color contains mainly: red. Hex color #D092BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D092BE is #2F6D41. Grayscale: #A9A9A9. Windows color (decimal): -3108162 or 12489424. OLE color: 12489424.

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

Color convert

RGB 208 146 190 -
CMYK 0 0.30 0.09 0.18
HSL 317.42º 0.4% 0.69% -
HSV(B) 317.42º 0.3% 0.82% -
XYZ 45.59 37.69 53.59 -
YUV 169.55 139.54 155.42 -
System Red Green Blue C M Y K H S L
Decimal 208 146 190 0 0.30 0.09 0.18 317.42 0.4 0.69
Hex D0 92 BE 0 1E 9 12 13D 28 45
Octal 320 222 276 0 36 11 22 475 50 105
Binary 11010000 10010010 10111110 0 11110 1001 10010 100111101 101000 1000101

Color Harmonies of #D092BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D092BE

Black with #D092BE

Text Example


Text Example

White with #D092BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D092BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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