Html Css Color HEX #D084B0 Lily

📋 copy color: '#D084B0'

red 208 ◦ green 132 ◦ blue 176

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

Shades of Lily #D084B0

Tints of Lily #D084B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.11%

R = 40.31%
G = 25.58%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D084B0 (or 0xD084B0) is known color: Lily. HEX triplet: D0, 84 and B0. RGB value is (208,132,176). Sum of RGB (Red+Green+Blue) = 208+132+176=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 132 (51.95% from 255 or 25.58% from 516); Blue value is 176 (69.14% from 255 or 34.11% from 516); Max value from RGB is 208 - color contains mainly: red. Hex color #D084B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D084B0 is #2F7B4F. Grayscale: #9F9F9F. Windows color (decimal): -3111760 or 11568336. OLE color: 11568336.

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

Color convert

RGB 208 132 176 -
CMYK 0 0.37 0.15 0.18
HSL 325.26º 0.45% 0.67% -
HSV(B) 325.26º 0.37% 0.82% -
XYZ 42.1 33.05 45.23 -
YUV 159.74 137.18 162.42 -
System Red Green Blue C M Y K H S L
Decimal 208 132 176 0 0.37 0.15 0.18 325.26 0.45 0.67
Hex D0 84 B0 0 25 F 12 145 2D 43
Octal 320 204 260 0 45 17 22 505 55 103
Binary 11010000 10000100 10110000 0 100101 1111 10010 101000101 101101 1000011

Color Harmonies of #D084B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D084B0

Black with #D084B0

Text Example


Text Example

White with #D084B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D084B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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