Html Css Color HEX #D084BC Lily

📋 copy color: '#D084BC'

red 208 ◦ green 132 ◦ blue 188

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

Shades of Lily #D084BC

Tints of Lily #D084BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.61%

R = 39.39%
G = 25%
B = 35.61%

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

#D084BC (or 0xD084BC) is known color: Lily. HEX triplet: D0, 84 and BC. RGB value is (208,132,188). Sum of RGB (Red+Green+Blue) = 208+132+188=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 132 (51.95% from 255 or 25% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 208 - color contains mainly: red. Hex color #D084BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D084BC is #2F7B43. Grayscale: #A0A0A0. Windows color (decimal): -3111748 or 12354768. OLE color: 12354768.

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

Color convert

RGB 208 132 188 -
CMYK 0 0.37 0.10 0.18
HSL 315.79º 0.45% 0.67% -
HSV(B) 315.79º 0.37% 0.82% -
XYZ 43.34 33.54 51.77 -
YUV 161.11 143.18 161.45 -
System Red Green Blue C M Y K H S L
Decimal 208 132 188 0 0.37 0.10 0.18 315.79 0.45 0.67
Hex D0 84 BC 0 25 A 12 13C 2D 43
Octal 320 204 274 0 45 12 22 474 55 103
Binary 11010000 10000100 10111100 0 100101 1010 10010 100111100 101101 1000011

Color Harmonies of #D084BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D084BC

Black with #D084BC

Text Example


Text Example

White with #D084BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D084BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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