Html Css Color HEX #D083BA Lily

📋 copy color: '#D083BA'

red 208 ◦ green 131 ◦ blue 186

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

Shades of Lily #D083BA

Tints of Lily #D083BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.43%

R = 39.62%
G = 24.95%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D083BA (or 0xD083BA) is known color: Lily. HEX triplet: D0, 83 and BA. RGB value is (208,131,186). Sum of RGB (Red+Green+Blue) = 208+131+186=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 131 (51.56% from 255 or 24.95% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 208 - color contains mainly: red. Hex color #D083BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D083BA is #2F7C45. Grayscale: #A0A0A0. Windows color (decimal): -3112006 or 12223440. OLE color: 12223440.

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

Color convert

RGB 208 131 186 -
CMYK 0 0.37 0.11 0.18
HSL 317.14º 0.45% 0.66% -
HSV(B) 317.14º 0.37% 0.82% -
XYZ 42.99 33.19 50.59 -
YUV 160.29 142.51 162.03 -
System Red Green Blue C M Y K H S L
Decimal 208 131 186 0 0.37 0.11 0.18 317.14 0.45 0.66
Hex D0 83 BA 0 25 B 12 13D 2D 42
Octal 320 203 272 0 45 13 22 475 55 102
Binary 11010000 10000011 10111010 0 100101 1011 10010 100111101 101101 1000010

Color Harmonies of #D083BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D083BA

Black with #D083BA

Text Example


Text Example

White with #D083BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D083BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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