Html Css Color HEX #D084BA Lily

📋 copy color: '#D084BA'

red 208 ◦ green 132 ◦ blue 186

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

Shades of Lily #D084BA

Tints of Lily #D084BA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.1%

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

R = 39.54%
G = 25.1%
B = 35.36%

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

#D084BA (or 0xD084BA) is known color: Lily. HEX triplet: D0, 84 and BA. RGB value is (208,132,186). Sum of RGB (Red+Green+Blue) = 208+132+186=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 132 (51.95% from 255 or 25.10% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 208 - color contains mainly: red. Hex color #D084BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D084BA is #2F7B45. Grayscale: #A0A0A0. Windows color (decimal): -3111750 or 12223696. OLE color: 12223696.

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

Color convert

RGB 208 132 186 -
CMYK 0 0.37 0.11 0.18
HSL 317.37º 0.45% 0.67% -
HSV(B) 317.37º 0.37% 0.82% -
XYZ 43.13 33.46 50.64 -
YUV 160.88 142.18 161.61 -
System Red Green Blue C M Y K H S L
Decimal 208 132 186 0 0.37 0.11 0.18 317.37 0.45 0.67
Hex D0 84 BA 0 25 B 12 13D 2D 43
Octal 320 204 272 0 45 13 22 475 55 103
Binary 11010000 10000100 10111010 0 100101 1011 10010 100111101 101101 1000011

Color Harmonies of #D084BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D084BA

Black with #D084BA

Text Example


Text Example

White with #D084BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D084BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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