Html Css Color HEX #D083BB Lily

📋 copy color: '#D083BB'

red 208 ◦ green 131 ◦ blue 187

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

Shades of Lily #D083BB

Tints of Lily #D083BB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.9%

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

R = 39.54%
G = 24.9%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D083BB (or 0xD083BB) is known color: Lily. HEX triplet: D0, 83 and BB. RGB value is (208,131,187). Sum of RGB (Red+Green+Blue) = 208+131+187=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 131 (51.56% from 255 or 24.90% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 208 - color contains mainly: red. Hex color #D083BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D083BB is #2F7C44. Grayscale: #A0A0A0. Windows color (decimal): -3112005 or 12288976. OLE color: 12288976.

HSL color Cylindrical-coordinate representation of color #D083BB: hue angle of 316.36º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D083BB is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 131 187 -
CMYK 0 0.37 0.10 0.18
HSL 316.36º 0.45% 0.66% -
HSV(B) 316.36º 0.37% 0.82% -
XYZ 43.1 33.23 51.16 -
YUV 160.41 143.01 161.95 -
System Red Green Blue C M Y K H S L
Decimal 208 131 187 0 0.37 0.10 0.18 316.36 0.45 0.66
Hex D0 83 BB 0 25 A 12 13C 2D 42
Octal 320 203 273 0 45 12 22 474 55 102
Binary 11010000 10000011 10111011 0 100101 1010 10010 100111100 101101 1000010

Color Harmonies of #D083BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D083BB

Black with #D083BB

Text Example


Text Example

White with #D083BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D083BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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