Html Css Color HEX #D185BC Lily

📋 copy color: '#D185BC'

red 209 ◦ green 133 ◦ blue 188

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

Shades of Lily #D185BC

Tints of Lily #D185BC

RGB

 RED value IS 209 (82.03% from 255) = 39.43%

 GREEN value IS 133 (52.34% from 255) = 25.09%

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

R = 39.43%
G = 25.09%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D185BC (or 0xD185BC) is known color: Lily. HEX triplet: D1, 85 and BC. RGB value is (209,133,188). Sum of RGB (Red+Green+Blue) = 209+133+188=530 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.43% from 530); Green value is 133 (52.34% from 255 or 25.09% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 209 - color contains mainly: red. Hex color #D185BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D185BC is #2E7A43. Grayscale: #A1A1A1. Windows color (decimal): -3045956 or 12355025. OLE color: 12355025.

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

Color convert

RGB 209 133 188 -
CMYK 0 0.36 0.10 0.18
HSL 316.58º 0.45% 0.67% -
HSV(B) 316.58º 0.36% 0.82% -
XYZ 43.76 33.96 51.83 -
YUV 161.99 142.68 161.53 -
System Red Green Blue C M Y K H S L
Decimal 209 133 188 0 0.36 0.10 0.18 316.58 0.45 0.67
Hex D1 85 BC 0 24 A 12 13D 2D 43
Octal 321 205 274 0 44 12 22 475 55 103
Binary 11010001 10000101 10111100 0 100100 1010 10010 100111101 101101 1000011

Color Harmonies of #D185BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D185BC

Black with #D185BC

Text Example


Text Example

White with #D185BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D185BC; }

 p { color: rgb(209,133,188); }

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

background-color css

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

 a { background-color: rgb(209,133,188); }

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

border-color css

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

 span { border-color: rgb(209,133,188); }

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