Html Css Color HEX #D084B5 Lily

📋 copy color: '#D084B5'

red 208 ◦ green 132 ◦ blue 181

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

Shades of Lily #D084B5

Tints of Lily #D084B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.74%

R = 39.92%
G = 25.34%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D084B5 (or 0xD084B5) is known color: Lily. HEX triplet: D0, 84 and B5. RGB value is (208,132,181). Sum of RGB (Red+Green+Blue) = 208+132+181=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 132 (51.95% from 255 or 25.34% from 521); Blue value is 181 (71.09% from 255 or 34.74% from 521); Max value from RGB is 208 - color contains mainly: red. Hex color #D084B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D084B5 is #2F7B4A. Grayscale: #A0A0A0. Windows color (decimal): -3111755 or 11896016. OLE color: 11896016.

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

Color convert

RGB 208 132 181 -
CMYK 0 0.37 0.13 0.18
HSL 321.32º 0.45% 0.67% -
HSV(B) 321.32º 0.37% 0.82% -
XYZ 42.6 33.25 47.89 -
YUV 160.31 139.68 162.02 -
System Red Green Blue C M Y K H S L
Decimal 208 132 181 0 0.37 0.13 0.18 321.32 0.45 0.67
Hex D0 84 B5 0 25 D 12 141 2D 43
Octal 320 204 265 0 45 15 22 501 55 103
Binary 11010000 10000100 10110101 0 100101 1101 10010 101000001 101101 1000011

Color Harmonies of #D084B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D084B5

Black with #D084B5

Text Example


Text Example

White with #D084B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D084B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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