Html Css Color HEX #D18CBE Lily

📋 copy color: '#D18CBE'

red 209 ◦ green 140 ◦ blue 190

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

Shades of Lily #D18CBE

Tints of Lily #D18CBE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.97%

 BLUE value IS 190 (74.61% from 255) = 35.25%

R = 38.78%
G = 25.97%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D18CBE (or 0xD18CBE) is known color: Lily. HEX triplet: D1, 8C and BE. RGB value is (209,140,190). Sum of RGB (Red+Green+Blue) = 209+140+190=539 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.78% from 539); Green value is 140 (55.08% from 255 or 25.97% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 209 - color contains mainly: red. Hex color #D18CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18CBE is #2E7341. Grayscale: #A6A6A6. Windows color (decimal): -3044162 or 12487889. OLE color: 12487889.

HSL color Cylindrical-coordinate representation of color #D18CBE: hue angle of 316.52º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D18CBE is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 140 190 -
CMYK 0 0.33 0.09 0.18
HSL 316.52º 0.43% 0.68% -
HSV(B) 316.52º 0.33% 0.82% -
XYZ 44.97 36.03 53.3 -
YUV 166.33 141.36 158.43 -
System Red Green Blue C M Y K H S L
Decimal 209 140 190 0 0.33 0.09 0.18 316.52 0.43 0.68
Hex D1 8C BE 0 21 9 12 13D 2B 44
Octal 321 214 276 0 41 11 22 475 53 104
Binary 11010001 10001100 10111110 0 100001 1001 10010 100111101 101011 1000100

Color Harmonies of #D18CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18CBE

Black with #D18CBE

Text Example


Text Example

White with #D18CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18CBE; }

 p { color: rgb(209,140,190); }

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

background-color css

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

 a { background-color: rgb(209,140,190); }

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

border-color css

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

 span { border-color: rgb(209,140,190); }

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